#B79BCA

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

Shades of Biloba Flower #B79BCA

Tints of Biloba Flower #B79BCA

Color information

#B79BCA (or 0xB79BCA) is unknown color: approx Biloba Flower. HEX triplet: B7, 9B and CA. RGB value is (183,155,202). Sum of RGB (Red+Green+Blue) = 183+155+202=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #B79BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BCA is #486435. Grayscale: #A8A8A8. Windows color (decimal): -4744246 or 13278135. OLE color: 13278135.

HSL color Cylindrical-coordinate representation of color #B79BCA: hue angle of 275.74º degrees, saturation: 0.31, 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 #B79BCA is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183155202-
CMYK0.090.2300.21
HSL275.74º30.72%70%-
HSV(B)275.74º23.27%79.22%-
XYZ41.9137.7760.96-
YUV168.73146.78138.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.89%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=33.89%
G=28.70%
B=37.41%

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
Decimal1831552020.090.2300.21275.7430.7270
HexB79BCA9170151141f46
Octal267233312112702542437106
Binary101101111001101111001010100110111010101100010100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79BCA; }

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

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

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

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

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

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

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

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