#B598F9

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

Shades of Biloba Flower #B598F9

Tints of Biloba Flower #B598F9

Color information

#B598F9 (or 0xB598F9) is unknown color: approx Biloba Flower. HEX triplet: B5, 98 and F9. RGB value is (181,152,249). Sum of RGB (Red+Green+Blue) = 181+152+249=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #B598F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B598F9 is #4A6706. Grayscale: #ABABAB. Windows color (decimal): -4876039 or 16357557. OLE color: 16357557.

HSL color Cylindrical-coordinate representation of color #B598F9: hue angle of 257.94º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B598F9 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181152249-
CMYK0.270.3900.02
HSL257.94º88.99%78.63%-
HSV(B)257.94º38.96%97.65%-
XYZ47.3839.1294.68-
YUV171.73171.61134.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.10%
GREEN value IS 152 (59.77% from 255) = 26.12%
BLUE value IS 249 (97.66% from 255) = 42.78%
R=31.10%
G=26.12%
B=42.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811522490.270.3900.02257.9488.9978.63
HexB598F91B2702102594f
Octal265230371334702402131117
Binary1011010110011000111110011101110011101010000001010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598F9; }

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

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

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

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

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

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

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

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