#B79BDF

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

Shades of Biloba Flower #B79BDF

Tints of Biloba Flower #B79BDF

Color information

#B79BDF (or 0xB79BDF) is unknown color: approx Biloba Flower. HEX triplet: B7, 9B and DF. RGB value is (183,155,223). Sum of RGB (Red+Green+Blue) = 183+155+223=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #B79BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BDF is #486420. Grayscale: #AAAAAA. Windows color (decimal): -4744225 or 14654391. OLE color: 14654391.

HSL color Cylindrical-coordinate representation of color #B79BDF: hue angle of 264.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B79BDF is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183155223-
CMYK0.180.3000.13
HSL264.71º51.52%74.12%-
HSV(B)264.71º30.49%87.45%-
XYZ44.5738.8474.96-
YUV171.12157.28136.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.62%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=32.62%
G=27.63%
B=39.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831552230.180.3000.13264.7151.5274.12
HexB79BDF121E0D109344a
Octal267233337223601541164112
Binary1011011110011011110111111001011110011011000010011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79BDF; }

 p { color: rgb(183,155,223); }

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

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

 a { background-color: rgb(183,155,223); }

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

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

 span { border-color: rgb(183,155,223); }

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