#B598FA

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

Shades of Biloba Flower #B598FA

Tints of Biloba Flower #B598FA

Color information

#B598FA (or 0xB598FA) is unknown color: approx Biloba Flower. HEX triplet: B5, 98 and FA. RGB value is (181,152,250). Sum of RGB (Red+Green+Blue) = 181+152+250=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #B598FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B598FA is #4A6705. Grayscale: #ABABAB. Windows color (decimal): -4876038 or 16423093. OLE color: 16423093.

HSL color Cylindrical-coordinate representation of color #B598FA: hue angle of 257.76º degrees, saturation: 0.91, 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 #B598FA is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181152250-
CMYK0.280.3900.02
HSL257.76º90.74%78.82%-
HSV(B)257.76º39.2%98.04%-
XYZ47.5439.1895.5-
YUV171.84172.11134.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.05%
GREEN value IS 152 (59.77% from 255) = 26.07%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=31.05%
G=26.07%
B=42.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811522500.280.3900.02257.7690.7478.82
HexB598FA1C27021025b4f
Octal265230372344702402133117
Binary1011010110011000111110101110010011101010000001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598FA; }

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

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

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

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

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

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

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

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