Html Css Color HEX #B49DD3 Biloba Flower

📋 copy color: '#B49DD3'

red 180 ◦ green 157 ◦ blue 211

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

Shades of Biloba Flower #B49DD3

Tints of Biloba Flower #B49DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.5%

R = 32.85%
G = 28.65%
B = 38.5%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B49DD3 (or 0xB49DD3) is known color: Biloba Flower. HEX triplet: B4, 9D and D3. RGB value is (180,157,211). Sum of RGB (Red+Green+Blue) = 180+157+211=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 211 - color contains mainly: blue. Hex color #B49DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DD3 is #4B622C. Grayscale: #A9A9A9. Windows color (decimal): -4940333 or 13868468. OLE color: 13868468.

HSL color Cylindrical-coordinate representation of color #B49DD3: hue angle of 265.56º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B49DD3 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 180 157 211 -
CMYK 0.15 0.26 0 0.17
HSL 265.56º 0.38% 0.72% -
HSV(B) 265.56º 0.26% 0.83% -
XYZ 42.64 38.52 66.82 -
YUV 170.03 151.12 135.11 -
System Red Green Blue C M Y K H S L
Decimal 180 157 211 0.15 0.26 0 0.17 265.56 0.38 0.72
Hex B4 9D D3 F 1A 0 11 10A 26 48
Octal 264 235 323 17 32 0 21 412 46 110
Binary 10110100 10011101 11010011 1111 11010 0 10001 100001010 100110 1001000

Color Harmonies of #B49DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DD3

Black with #B49DD3

Text Example


Text Example

White with #B49DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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