#B598DB

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

Shades of Biloba Flower #B598DB

Tints of Biloba Flower #B598DB

Color information

#B598DB (or 0xB598DB) is unknown color: approx Biloba Flower. HEX triplet: B5, 98 and DB. RGB value is (181,152,219). Sum of RGB (Red+Green+Blue) = 181+152+219=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #B598DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598DB is #4A6724. Grayscale: #A8A8A8. Windows color (decimal): -4876069 or 14391477. OLE color: 14391477.

HSL color Cylindrical-coordinate representation of color #B598DB: hue angle of 265.97º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B598DB is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181152219-
CMYK0.170.3100.14
HSL265.97º48.2%72.75%-
HSV(B)265.97º30.59%85.88%-
XYZ43.0737.3971.97-
YUV168.31156.61137.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.79%
GREEN value IS 152 (59.77% from 255) = 27.54%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=32.79%
G=27.54%
B=39.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811522190.170.3100.14265.9748.272.75
HexB598DB111F0E10a3049
Octal265230333213701641260111
Binary1011010110011000110110111000111111011101000010101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598DB; }

 p { color: rgb(181,152,219); }

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

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

 a { background-color: rgb(181,152,219); }

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

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

 span { border-color: rgb(181,152,219); }

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