#B598DA

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

Shades of Biloba Flower #B598DA

Tints of Biloba Flower #B598DA

Color information

#B598DA (or 0xB598DA) is unknown color: approx Biloba Flower. HEX triplet: B5, 98 and DA. RGB value is (181,152,218). Sum of RGB (Red+Green+Blue) = 181+152+218=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #B598DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598DA is #4A6725. Grayscale: #A7A7A7. Windows color (decimal): -4876070 or 14325941. OLE color: 14325941.

HSL color Cylindrical-coordinate representation of color #B598DA: hue angle of 266.36º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B598DA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181152218-
CMYK0.170.3000.15
HSL266.36º47.14%72.55%-
HSV(B)266.36º30.28%85.49%-
XYZ42.9437.3471.27-
YUV168.2156.11137.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 152 (59.77% from 255) = 27.59%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=32.85%
G=27.59%
B=39.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811522180.170.3000.15266.3647.1472.55
HexB598DA111E0F10a2f49
Octal265230332213601741257111
Binary1011010110011000110110101000111110011111000010101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598DA; }

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

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

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

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

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

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

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

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