Html Css Color HEX #B49BDA Biloba Flower

📋 copy color: '#B49BDA'

red 180 ◦ green 155 ◦ blue 218

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

Shades of Biloba Flower #B49BDA

Tints of Biloba Flower #B49BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 32.55%
G = 28.03%
B = 39.42%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B49BDA (or 0xB49BDA) is known color: Biloba Flower. HEX triplet: B4, 9B and DA. RGB value is (180,155,218). Sum of RGB (Red+Green+Blue) = 180+155+218=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #B49BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BDA is #4B6425. Grayscale: #A9A9A9. Windows color (decimal): -4940838 or 14326708. OLE color: 14326708.

HSL color Cylindrical-coordinate representation of color #B49BDA: hue angle of 263.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49BDA is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 155 218 -
CMYK 0.17 0.29 0 0.15
HSL 263.81º 0.46% 0.73% -
HSV(B) 263.81º 0.29% 0.85% -
XYZ 43.2 38.21 71.43 -
YUV 169.66 155.28 135.38 -
System Red Green Blue C M Y K H S L
Decimal 180 155 218 0.17 0.29 0 0.15 263.81 0.46 0.73
Hex B4 9B DA 11 1D 0 F 108 2E 49
Octal 264 233 332 21 35 0 17 410 56 111
Binary 10110100 10011011 11011010 10001 11101 0 1111 100001000 101110 1001001

Color Harmonies of #B49BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49BDA

Black with #B49BDA

Text Example


Text Example

White with #B49BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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