Html Css Color HEX #BD49AB Fuchsia

📋 copy color: '#BD49AB'

red 189 ◦ green 73 ◦ blue 171

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

Shades of Fuchsia #BD49AB

Tints of Fuchsia #BD49AB

RGB

 RED value IS 189 (74.22% from 255) = 43.65%

 GREEN value IS 73 (28.91% from 255) = 16.86%

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 43.65%
G = 16.86%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD49AB (or 0xBD49AB) is known color: Fuchsia. HEX triplet: BD, 49 and AB. RGB value is (189,73,171). Sum of RGB (Red+Green+Blue) = 189+73+171=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD49AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD49AB is #42B654. Grayscale: #767676. Windows color (decimal): -4372053 or 11225533. OLE color: 11225533.

HSL color Cylindrical-coordinate representation of color #BD49AB: hue angle of 309.31º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD49AB is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 73 171 -
CMYK 0 0.61 0.10 0.26
HSL 309.31º 0.47% 0.51% -
HSV(B) 309.31º 0.61% 0.74% -
XYZ 30.72 18.52 40.48 -
YUV 118.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 189 73 171 0 0.61 0.10 0.26 309.31 0.47 0.51
Hex BD 49 AB 0 3D A 1A 135 2F 33
Octal 275 111 253 0 75 12 32 465 57 63
Binary 10111101 1001001 10101011 0 111101 1010 11010 100110101 101111 110011

Color Harmonies of #BD49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD49AB

Black with #BD49AB

Text Example


Text Example

White with #BD49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD49AB; }

 p { color: rgb(189,73,171); }

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

background-color css

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

 a { background-color: rgb(189,73,171); }

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

border-color css

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

 span { border-color: rgb(189,73,171); }

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