#B598E5

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

Shades of Biloba Flower #B598E5

Tints of Biloba Flower #B598E5

Color information

#B598E5 (or 0xB598E5) is unknown color: approx Biloba Flower. HEX triplet: B5, 98 and E5. RGB value is (181,152,229). Sum of RGB (Red+Green+Blue) = 181+152+229=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #B598E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598E5 is #4A671A. Grayscale: #A9A9A9. Windows color (decimal): -4876059 or 15046837. OLE color: 15046837.

HSL color Cylindrical-coordinate representation of color #B598E5: hue angle of 262.6º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B598E5 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB181152229-
CMYK0.210.3400.10
HSL262.6º59.69%74.71%-
HSV(B)262.6º33.62%89.8%-
XYZ44.4337.9479.11-
YUV169.45161.61136.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.21%
GREEN value IS 152 (59.77% from 255) = 27.05%
BLUE value IS 229 (89.84% from 255) = 40.75%
R=32.21%
G=27.05%
B=40.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1811522290.210.3400.10262.659.6974.71
HexB598E515220A1073c4b
Octal265230345254201240774113
Binary10110101100110001110010110101100010010101000001111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598E5; }

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

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

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

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

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

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

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

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