#B59BCA

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

Shades of Biloba Flower #B59BCA

Tints of Biloba Flower #B59BCA

Color information

#B59BCA (or 0xB59BCA) is unknown color: approx Biloba Flower. HEX triplet: B5, 9B and CA. RGB value is (181,155,202). Sum of RGB (Red+Green+Blue) = 181+155+202=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #B59BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BCA is #4A6435. Grayscale: #A7A7A7. Windows color (decimal): -4875318 or 13278133. OLE color: 13278133.

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

Color convert

RGB181155202-
CMYK0.100.2300.21
HSL273.19º30.72%70%-
HSV(B)273.19º23.27%79.22%-
XYZ41.4437.5360.94-
YUV168.13147.11137.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=33.64%
G=28.81%
B=37.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811552020.100.2300.21273.1930.7270
HexB59BCAA170151111f46
Octal265233312122702542137106
Binary101101011001101111001010101010111010101100010001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59BCA; }

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

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

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

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

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

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

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

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