Html Css Color HEX #B49AD6 Biloba Flower

📋 copy color: '#B49AD6'

red 180 ◦ green 154 ◦ blue 214

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

Shades of Biloba Flower #B49AD6

Tints of Biloba Flower #B49AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.05%

R = 32.85%
G = 28.1%
B = 39.05%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B49AD6 (or 0xB49AD6) is known color: Biloba Flower. HEX triplet: B4, 9A and D6. RGB value is (180,154,214). Sum of RGB (Red+Green+Blue) = 180+154+214=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 214 - color contains mainly: blue. Hex color #B49AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49AD6 is #4B6529. Grayscale: #A8A8A8. Windows color (decimal): -4941098 or 14064308. OLE color: 14064308.

HSL color Cylindrical-coordinate representation of color #B49AD6: hue angle of 266º degrees, saturation: 0.42, 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 #B49AD6 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 154 214 -
CMYK 0.16 0.28 0 0.16
HSL 266º 0.42% 0.72% -
HSV(B) 266º 0.28% 0.84% -
XYZ 42.52 37.67 68.65 -
YUV 168.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 180 154 214 0.16 0.28 0 0.16 266 0.42 0.72
Hex B4 9A D6 10 1C 0 10 10A 2A 48
Octal 264 232 326 20 34 0 20 412 52 110
Binary 10110100 10011010 11010110 10000 11100 0 10000 100001010 101010 1001000

Color Harmonies of #B49AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49AD6

Black with #B49AD6

Text Example


Text Example

White with #B49AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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