#B78DEC

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

Shades of Biloba Flower #B78DEC

Tints of Biloba Flower #B78DEC

Color information

#B78DEC (or 0xB78DEC) is unknown color: approx Biloba Flower. HEX triplet: B7, 8D and EC. RGB value is (183,141,236). Sum of RGB (Red+Green+Blue) = 183+141+236=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #B78DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78DEC is #487213. Grayscale: #A4A4A4. Windows color (decimal): -4747796 or 15502775. OLE color: 15502775.

HSL color Cylindrical-coordinate representation of color #B78DEC: hue angle of 266.53º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B78DEC is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183141236-
CMYK0.220.4000.07
HSL266.53º71.43%73.92%-
HSV(B)266.53º40.25%92.55%-
XYZ44.1935.1783.82-
YUV164.39168.41141.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.68%
GREEN value IS 141 (55.47% from 255) = 25.18%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=32.68%
G=25.18%
B=42.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831412360.220.4000.07266.5371.4373.92
HexB78DEC16280710b474a
Octal267215354265007413107112
Binary10110111100011011110110010110101000011110000101110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DEC; }

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

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

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

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

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

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

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

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