Html Css Color HEX #B49DDE Biloba Flower

📋 copy color: '#B49DDE'

red 180 ◦ green 157 ◦ blue 222

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

Shades of Biloba Flower #B49DDE

Tints of Biloba Flower #B49DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.71%

R = 32.2%
G = 28.09%
B = 39.71%

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

#B49DDE (or 0xB49DDE) is known color: Biloba Flower. HEX triplet: B4, 9D and DE. RGB value is (180,157,222). Sum of RGB (Red+Green+Blue) = 180+157+222=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #B49DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DDE is #4B6221. Grayscale: #ABABAB. Windows color (decimal): -4940322 or 14589364. OLE color: 14589364.

HSL color Cylindrical-coordinate representation of color #B49DDE: hue angle of 261.23º degrees, saturation: 0.5, 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 #B49DDE is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 157 222 -
CMYK 0.19 0.29 0 0.13
HSL 261.23º 0.5% 0.74% -
HSV(B) 261.23º 0.29% 0.87% -
XYZ 44.06 39.09 74.33 -
YUV 171.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 180 157 222 0.19 0.29 0 0.13 261.23 0.5 0.74
Hex B4 9D DE 13 1D 0 D 105 32 4A
Octal 264 235 336 23 35 0 15 405 62 112
Binary 10110100 10011101 11011110 10011 11101 0 1101 100000101 110010 1001010

Color Harmonies of #B49DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DDE

Black with #B49DDE

Text Example


Text Example

White with #B49DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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