Html Css Color HEX #B598DD Biloba Flower

📋 copy color: '#B598DD'

red 181 ◦ green 152 ◦ blue 221

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

Shades of Biloba Flower #B598DD

Tints of Biloba Flower #B598DD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.44%

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

R = 32.67%
G = 27.44%
B = 39.89%

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

#B598DD (or 0xB598DD) is known color: Biloba Flower. HEX triplet: B5, 98 and DD. RGB value is (181,152,221). Sum of RGB (Red+Green+Blue) = 181+152+221=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #B598DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598DD is #4A6722. Grayscale: #A8A8A8. Windows color (decimal): -4876067 or 14522549. OLE color: 14522549.

HSL color Cylindrical-coordinate representation of color #B598DD: hue angle of 265.22º 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 #B598DD is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 152 221 -
CMYK 0.18 0.31 0 0.13
HSL 265.22º 0.5% 0.73% -
HSV(B) 265.22º 0.31% 0.87% -
XYZ 43.34 37.5 73.36 -
YUV 168.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 181 152 221 0.18 0.31 0 0.13 265.22 0.5 0.73
Hex B5 98 DD 12 1F 0 D 109 32 49
Octal 265 230 335 22 37 0 15 411 62 111
Binary 10110101 10011000 11011101 10010 11111 0 1101 100001001 110010 1001001

Color Harmonies of #B598DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B598DD

Black with #B598DD

Text Example


Text Example

White with #B598DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B598DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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