Html Css Color HEX #B599ED Biloba Flower

📋 copy color: '#B599ED'

red 181 ◦ green 153 ◦ blue 237

#B599ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B599ED

Tints of Biloba Flower #B599ED

RGB

 RED value IS 181 (71.09% from 255) = 31.7%

 GREEN value IS 153 (60.16% from 255) = 26.8%

 BLUE value IS 237 (92.97% from 255) = 41.51%

R = 31.7%
G = 26.8%
B = 41.51%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B599ED (or 0xB599ED) is known color: Biloba Flower. HEX triplet: B5, 99 and ED. RGB value is (181,153,237). Sum of RGB (Red+Green+Blue) = 181+153+237=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #B599ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B599ED is #4A6612. Grayscale: #AAAAAA. Windows color (decimal): -4875795 or 15571381. OLE color: 15571381.

HSL color Cylindrical-coordinate representation of color #B599ED: hue angle of 260º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B599ED is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 153 237 -
CMYK 0.24 0.35 0 0.07
HSL 260º 0.7% 0.76% -
HSV(B) 260º 0.35% 0.93% -
XYZ 45.73 38.72 85.18 -
YUV 170.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 181 153 237 0.24 0.35 0 0.07 260 0.7 0.76
Hex B5 99 ED 18 23 0 7 104 46 4C
Octal 265 231 355 30 43 0 7 404 106 114
Binary 10110101 10011001 11101101 11000 100011 0 111 100000100 1000110 1001100

Color Harmonies of #B599ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B599ED

Black with #B599ED

Text Example


Text Example

White with #B599ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B599ED; }

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

 H1.HeaderClassName
 {
   color: #B599ED;
 }
 .AnyTagClassName
 {
   color: #B599ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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