#B592D2

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

Shades of Biloba Flower #B592D2

Tints of Biloba Flower #B592D2

Color information

#B592D2 (or 0xB592D2) is unknown color: approx Biloba Flower. HEX triplet: B5, 92 and D2. RGB value is (181,146,210). Sum of RGB (Red+Green+Blue) = 181+146+210=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 210 - color contains mainly: blue. Hex color #B592D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592D2 is #4A6D2D. Grayscale: #A3A3A3. Windows color (decimal): -4877614 or 13800117. OLE color: 13800117.

HSL color Cylindrical-coordinate representation of color #B592D2: hue angle of 272.81º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B592D2 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB181146210-
CMYK0.140.3000.18
HSL272.81º41.56%69.8%-
HSV(B)272.81º30.48%82.35%-
XYZ40.9735.0365.58-
YUV163.76154.1140.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.71%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 210 (82.42% from 255) = 39.11%
R=33.71%
G=27.19%
B=39.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1811462100.140.3000.18272.8141.5669.8
HexB592D2E1E0121112a46
Octal265222322163602242152106
Binary1011010110010010110100101110111100100101000100011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592D2; }

 p { color: rgb(181,146,210); }

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

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

 a { background-color: rgb(181,146,210); }

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

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

 span { border-color: rgb(181,146,210); }

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