#B599F6

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

Shades of Biloba Flower #B599F6

Tints of Biloba Flower #B599F6

Color information

#B599F6 (or 0xB599F6) is unknown color: approx Biloba Flower. HEX triplet: B5, 99 and F6. RGB value is (181,153,246). Sum of RGB (Red+Green+Blue) = 181+153+246=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 246 (96.48% from 255 or 42.41% from 580); Max value from RGB is 246 - color contains mainly: blue. Hex color #B599F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B599F6 is #4A6609. Grayscale: #ABABAB. Windows color (decimal): -4875786 or 16161205. OLE color: 16161205.

HSL color Cylindrical-coordinate representation of color #B599F6: hue angle of 258.06º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B599F6 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB181153246-
CMYK0.260.3800.04
HSL258.06º83.78%78.24%-
HSV(B)258.06º37.8%96.47%-
XYZ47.0839.2692.29-
YUV171.97169.78134.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.21%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 246 (96.48% from 255) = 42.41%
R=31.21%
G=26.38%
B=42.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1811532460.260.3800.04258.0683.7878.24
HexB599F61A2604102544e
Octal265231366324604402124116
Binary10110101100110011111011011010100110010010000001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599F6; }

 p { color: rgb(181,153,246); }

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

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

 a { background-color: rgb(181,153,246); }

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

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

 span { border-color: rgb(181,153,246); }

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