#B592D0

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

Shades of Biloba Flower #B592D0

Tints of Biloba Flower #B592D0

Color information

#B592D0 (or 0xB592D0) is unknown color: approx Biloba Flower. HEX triplet: B5, 92 and D0. RGB value is (181,146,208). Sum of RGB (Red+Green+Blue) = 181+146+208=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #B592D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592D0 is #4A6D2F. Grayscale: #A3A3A3. Windows color (decimal): -4877616 or 13669045. OLE color: 13669045.

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

Color convert

RGB181146208-
CMYK0.130.3000.18
HSL273.87º39.74%69.41%-
HSV(B)273.87º29.81%81.57%-
XYZ40.7234.9464.27-
YUV163.53153.1140.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.83%
GREEN value IS 146 (57.42% from 255) = 27.29%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=33.83%
G=27.29%
B=38.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1811462080.130.3000.18273.8739.7469.41
HexB592D0D1E0121122845
Octal265222320153602242250105
Binary1011010110010010110100001101111100100101000100101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592D0; }

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

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

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

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

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

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

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

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