Html Css Color HEX #B49DD2 Biloba Flower

📋 copy color: '#B49DD2'

red 180 ◦ green 157 ◦ blue 210

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

Shades of Biloba Flower #B49DD2

Tints of Biloba Flower #B49DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.7%

 BLUE value IS 210 (82.42% from 255) = 38.39%

R = 32.91%
G = 28.7%
B = 38.39%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B49DD2 (or 0xB49DD2) is known color: Biloba Flower. HEX triplet: B4, 9D and D2. RGB value is (180,157,210). Sum of RGB (Red+Green+Blue) = 180+157+210=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 210 - color contains mainly: blue. Hex color #B49DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DD2 is #4B622D. Grayscale: #A9A9A9. Windows color (decimal): -4940334 or 13802932. OLE color: 13802932.

HSL color Cylindrical-coordinate representation of color #B49DD2: hue angle of 266.04º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B49DD2 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 157 210 -
CMYK 0.14 0.25 0 0.18
HSL 266.04º 0.37% 0.72% -
HSV(B) 266.04º 0.25% 0.82% -
XYZ 42.51 38.47 66.16 -
YUV 169.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 180 157 210 0.14 0.25 0 0.18 266.04 0.37 0.72
Hex B4 9D D2 E 19 0 12 10A 25 48
Octal 264 235 322 16 31 0 22 412 45 110
Binary 10110100 10011101 11010010 1110 11001 0 10010 100001010 100101 1001000

Color Harmonies of #B49DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DD2

Black with #B49DD2

Text Example


Text Example

White with #B49DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DD2; }

 p { color: rgb(180,157,210); }

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

background-color css

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

 a { background-color: rgb(180,157,210); }

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

border-color css

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

 span { border-color: rgb(180,157,210); }

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