#B78DDB

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

Shades of Biloba Flower #B78DDB

Tints of Biloba Flower #B78DDB

Color information

#B78DDB (or 0xB78DDB) is unknown color: approx Biloba Flower. HEX triplet: B7, 8D and DB. RGB value is (183,141,219). Sum of RGB (Red+Green+Blue) = 183+141+219=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #B78DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78DDB is #487224. Grayscale: #A2A2A2. Windows color (decimal): -4747813 or 14388663. OLE color: 14388663.

HSL color Cylindrical-coordinate representation of color #B78DDB: hue angle of 272.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B78DDB is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183141219-
CMYK0.160.3600.14
HSL272.31º52%70.59%-
HSV(B)272.31º35.62%85.88%-
XYZ41.8434.2371.42-
YUV162.45159.91142.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.70%
GREEN value IS 141 (55.47% from 255) = 25.97%
BLUE value IS 219 (85.94% from 255) = 40.33%
R=33.70%
G=25.97%
B=40.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831412190.160.3600.14272.315270.59
HexB78DDB10240E1103447
Octal267215333204401642064107
Binary10110111100011011101101110000100100011101000100001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DDB; }

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

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

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

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

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

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

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

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