#B592DD

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

Shades of Biloba Flower #B592DD

Tints of Biloba Flower #B592DD

Color information

#B592DD (or 0xB592DD) is unknown color: approx Biloba Flower. HEX triplet: B5, 92 and DD. RGB value is (181,146,221). Sum of RGB (Red+Green+Blue) = 181+146+221=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #B592DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592DD is #4A6D22. Grayscale: #A4A4A4. Windows color (decimal): -4877603 or 14521013. OLE color: 14521013.

HSL color Cylindrical-coordinate representation of color #B592DD: hue angle of 268º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B592DD is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181146221-
CMYK0.180.3400.13
HSL268º52.45%71.96%-
HSV(B)268º33.94%86.67%-
XYZ42.3935.673.04-
YUV165.02159.6139.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.03%
GREEN value IS 146 (57.42% from 255) = 26.64%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=33.03%
G=26.64%
B=40.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811462210.180.3400.1326852.4571.96
HexB592DD12220D10c3448
Octal265222335224201541464110
Binary10110101100100101101110110010100010011011000011001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592DD; }

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

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

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

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

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

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

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

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