#B78DE1

Color #B78DE1 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B78DE1

Tints of Biloba Flower #B78DE1

Color information

#B78DE1 (or 0xB78DE1) is unknown color: approx Biloba Flower. HEX triplet: B7, 8D and E1. RGB value is (183,141,225). Sum of RGB (Red+Green+Blue) = 183+141+225=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #B78DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78DE1 is #48721E. Grayscale: #A2A2A2. Windows color (decimal): -4747807 or 14781879. OLE color: 14781879.

HSL color Cylindrical-coordinate representation of color #B78DE1: hue angle of 270º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B78DE1 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB183141225-
CMYK0.190.3700.12
HSL270º58.33%71.76%-
HSV(B)270º37.33%88.24%-
XYZ42.6434.5575.66-
YUV163.13162.91142.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 33.33%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 225 (88.28% from 255) = 40.98%
R=33.33%
G=25.68%
B=40.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1831412250.190.3700.1227058.3371.76
HexB78DE113250C10e3a48
Octal267215341234501441672110
Binary10110111100011011110000110011100101011001000011101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DE1; }

 p { color: rgb(183,141,225); }

 H1.HeaderClassName
 {
   color: #B78DE1;
 }
 .AnyTagClassName
 {
   color: #B78DE1;
 }
</style>
background-color css

<style>
 a { background-color: #B78DE1; }

 a { background-color: rgb(183,141,225); }

 div.DivClassName
 {
   background-color: #B78DE1;
 }
 .BgClassName
 {
   background-color: #B78DE1;
 }
</style>
border-color css

<style>
 span { border-color: #B78DE1; }

 span { border-color: rgb(183,141,225); }

 td.TdClassName
 {
   border-color: #B78DE1;
 }
 .TagClassName
 {
   border-color: #B78DE1;
 }
</style>