Html Css Color HEX #B49BDE Biloba Flower

📋 copy color: '#B49BDE'

red 180 ◦ green 155 ◦ blue 222

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

Shades of Biloba Flower #B49BDE

Tints of Biloba Flower #B49BDE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.83%

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

R = 32.32%
G = 27.83%
B = 39.86%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B49BDE (or 0xB49BDE) is known color: Biloba Flower. HEX triplet: B4, 9B and DE. RGB value is (180,155,222). Sum of RGB (Red+Green+Blue) = 180+155+222=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #B49BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BDE is #4B6421. Grayscale: #A9A9A9. Windows color (decimal): -4940834 or 14588852. OLE color: 14588852.

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

Color convert

RGB 180 155 222 -
CMYK 0.19 0.30 0 0.13
HSL 262.39º 0.5% 0.74% -
HSV(B) 262.39º 0.3% 0.87% -
XYZ 43.73 38.42 74.22 -
YUV 170.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 180 155 222 0.19 0.30 0 0.13 262.39 0.5 0.74
Hex B4 9B DE 13 1E 0 D 106 32 4A
Octal 264 233 336 23 36 0 15 406 62 112
Binary 10110100 10011011 11011110 10011 11110 0 1101 100000110 110010 1001010

Color Harmonies of #B49BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49BDE

Black with #B49BDE

Text Example


Text Example

White with #B49BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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