Html Css Color HEX #B599DD Biloba Flower

📋 copy color: '#B599DD'

red 181 ◦ green 153 ◦ blue 221

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

Shades of Biloba Flower #B599DD

Tints of Biloba Flower #B599DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 32.61%
G = 27.57%
B = 39.82%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B599DD (or 0xB599DD) is known color: Biloba Flower. HEX triplet: B5, 99 and DD. RGB value is (181,153,221). Sum of RGB (Red+Green+Blue) = 181+153+221=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #B599DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599DD is #4A6622. Grayscale: #A8A8A8. Windows color (decimal): -4875811 or 14522805. OLE color: 14522805.

HSL color Cylindrical-coordinate representation of color #B599DD: hue angle of 264.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B599DD is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 153 221 -
CMYK 0.18 0.31 0 0.13
HSL 264.71º 0.5% 0.73% -
HSV(B) 264.71º 0.31% 0.87% -
XYZ 43.5 37.83 73.42 -
YUV 169.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 181 153 221 0.18 0.31 0 0.13 264.71 0.5 0.73
Hex B5 99 DD 12 1F 0 D 109 32 49
Octal 265 231 335 22 37 0 15 411 62 111
Binary 10110101 10011001 11011101 10010 11111 0 1101 100001001 110010 1001001

Color Harmonies of #B599DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B599DD

Black with #B599DD

Text Example


Text Example

White with #B599DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B599DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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