Html Css Color HEX #B49DDD Biloba Flower

📋 copy color: '#B49DDD'

red 180 ◦ green 157 ◦ blue 221

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

Shades of Biloba Flower #B49DDD

Tints of Biloba Flower #B49DDD

RGB

 RED value IS 180 (70.7% from 255) = 32.26%

 GREEN value IS 157 (61.72% from 255) = 28.14%

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

R = 32.26%
G = 28.14%
B = 39.61%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B49DDD (or 0xB49DDD) is known color: Biloba Flower. HEX triplet: B4, 9D and DD. RGB value is (180,157,221). Sum of RGB (Red+Green+Blue) = 180+157+221=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #B49DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DDD is #4B6222. Grayscale: #AAAAAA. Windows color (decimal): -4940323 or 14523828. OLE color: 14523828.

HSL color Cylindrical-coordinate representation of color #B49DDD: hue angle of 261.56º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49DDD is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 157 221 -
CMYK 0.19 0.29 0 0.13
HSL 261.56º 0.48% 0.74% -
HSV(B) 261.56º 0.29% 0.87% -
XYZ 43.93 39.04 73.63 -
YUV 171.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 180 157 221 0.19 0.29 0 0.13 261.56 0.48 0.74
Hex B4 9D DD 13 1D 0 D 106 30 4A
Octal 264 235 335 23 35 0 15 406 60 112
Binary 10110100 10011101 11011101 10011 11101 0 1101 100000110 110000 1001010

Color Harmonies of #B49DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DDD

Black with #B49DDD

Text Example


Text Example

White with #B49DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DDD; }

 p { color: rgb(180,157,221); }

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

background-color css

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

 a { background-color: rgb(180,157,221); }

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

border-color css

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

 span { border-color: rgb(180,157,221); }

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