Html Css Color HEX #B49AD5 Biloba Flower

📋 copy color: '#B49AD5'

red 180 ◦ green 154 ◦ blue 213

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

Shades of Biloba Flower #B49AD5

Tints of Biloba Flower #B49AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.15%

 BLUE value IS 213 (83.59% from 255) = 38.94%

R = 32.91%
G = 28.15%
B = 38.94%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B49AD5 (or 0xB49AD5) is known color: Biloba Flower. HEX triplet: B4, 9A and D5. RGB value is (180,154,213). Sum of RGB (Red+Green+Blue) = 180+154+213=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #B49AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49AD5 is #4B652A. Grayscale: #A8A8A8. Windows color (decimal): -4941099 or 13998772. OLE color: 13998772.

HSL color Cylindrical-coordinate representation of color #B49AD5: hue angle of 266.44º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B49AD5 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 154 213 -
CMYK 0.15 0.28 0 0.16
HSL 266.44º 0.41% 0.72% -
HSV(B) 266.44º 0.28% 0.84% -
XYZ 42.39 37.62 67.98 -
YUV 168.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 180 154 213 0.15 0.28 0 0.16 266.44 0.41 0.72
Hex B4 9A D5 F 1C 0 10 10A 29 48
Octal 264 232 325 17 34 0 20 412 51 110
Binary 10110100 10011010 11010101 1111 11100 0 10000 100001010 101001 1001000

Color Harmonies of #B49AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49AD5

Black with #B49AD5

Text Example


Text Example

White with #B49AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49AD5; }

 p { color: rgb(180,154,213); }

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

background-color css

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

 a { background-color: rgb(180,154,213); }

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

border-color css

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

 span { border-color: rgb(180,154,213); }

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