#B79CCA

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

Shades of Biloba Flower #B79CCA

Tints of Biloba Flower #B79CCA

Color information

#B79CCA (or 0xB79CCA) is unknown color: approx Biloba Flower. HEX triplet: B7, 9C and CA. RGB value is (183,156,202). Sum of RGB (Red+Green+Blue) = 183+156+202=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #B79CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79CCA is #486335. Grayscale: #A9A9A9. Windows color (decimal): -4743990 or 13278391. OLE color: 13278391.

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

Color convert

RGB183156202-
CMYK0.090.2300.21
HSL275.22º30.26%70.2%-
HSV(B)275.22º22.77%79.22%-
XYZ42.0838.1161.02-
YUV169.32146.45137.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.83%
GREEN value IS 156 (61.33% from 255) = 28.84%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=33.83%
G=28.84%
B=37.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831562020.090.2300.21275.2230.2670.2
HexB79CCA9170151131e46
Octal267234312112702542336106
Binary101101111001110011001010100110111010101100010011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79CCA; }

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

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

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

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

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

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

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

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