Html Css Color HEX #B49BDB Biloba Flower

📋 copy color: '#B49BDB'

red 180 ◦ green 155 ◦ blue 219

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

Shades of Biloba Flower #B49BDB

Tints of Biloba Flower #B49BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 32.49%
G = 27.98%
B = 39.53%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B49BDB (or 0xB49BDB) is known color: Biloba Flower. HEX triplet: B4, 9B and DB. RGB value is (180,155,219). Sum of RGB (Red+Green+Blue) = 180+155+219=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #B49BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BDB is #4B6424. Grayscale: #A9A9A9. Windows color (decimal): -4940837 or 14392244. OLE color: 14392244.

HSL color Cylindrical-coordinate representation of color #B49BDB: hue angle of 263.44º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49BDB is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 155 219 -
CMYK 0.18 0.29 0 0.14
HSL 263.44º 0.47% 0.73% -
HSV(B) 263.44º 0.29% 0.86% -
XYZ 43.33 38.26 72.12 -
YUV 169.77 155.78 135.3 -
System Red Green Blue C M Y K H S L
Decimal 180 155 219 0.18 0.29 0 0.14 263.44 0.47 0.73
Hex B4 9B DB 12 1D 0 E 107 2F 49
Octal 264 233 333 22 35 0 16 407 57 111
Binary 10110100 10011011 11011011 10010 11101 0 1110 100000111 101111 1001001

Color Harmonies of #B49BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49BDB

Black with #B49BDB

Text Example


Text Example

White with #B49BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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