#B79DCA

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

Shades of Biloba Flower #B79DCA

Tints of Biloba Flower #B79DCA

Color information

#B79DCA (or 0xB79DCA) is unknown color: approx Biloba Flower. HEX triplet: B7, 9D and CA. RGB value is (183,157,202). Sum of RGB (Red+Green+Blue) = 183+157+202=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #B79DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79DCA is #486235. Grayscale: #A9A9A9. Windows color (decimal): -4743734 or 13278647. OLE color: 13278647.

HSL color Cylindrical-coordinate representation of color #B79DCA: hue angle of 274.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B79DCA is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183157202-
CMYK0.090.2200.21
HSL274.67º29.8%70.39%-
HSV(B)274.67º22.28%79.22%-
XYZ42.2538.4561.07-
YUV169.9146.11137.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.76%
GREEN value IS 157 (61.72% from 255) = 28.97%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=33.76%
G=28.97%
B=37.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831572020.090.2200.21274.6729.870.39
HexB79DCA9160151131e46
Octal267235312112602542336106
Binary101101111001110111001010100110110010101100010011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79DCA; }

 p { color: rgb(183,157,202); }

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

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

 a { background-color: rgb(183,157,202); }

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

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

 span { border-color: rgb(183,157,202); }

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