Html Css Color HEX #BD47AB Fuchsia

📋 copy color: '#BD47AB'

red 189 ◦ green 71 ◦ blue 171

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

Shades of Fuchsia #BD47AB

Tints of Fuchsia #BD47AB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.47%

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

R = 43.85%
G = 16.47%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD47AB (or 0xBD47AB) is known color: Fuchsia. HEX triplet: BD, 47 and AB. RGB value is (189,71,171). Sum of RGB (Red+Green+Blue) = 189+71+171=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD47AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD47AB is #42B854. Grayscale: #757575. Windows color (decimal): -4372565 or 11225021. OLE color: 11225021.

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

Color convert

RGB 189 71 171 -
CMYK 0 0.62 0.10 0.26
HSL 309.15º 0.47% 0.51% -
HSV(B) 309.15º 0.62% 0.74% -
XYZ 30.59 18.27 40.44 -
YUV 117.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 189 71 171 0 0.62 0.10 0.26 309.15 0.47 0.51
Hex BD 47 AB 0 3E A 1A 135 2F 33
Octal 275 107 253 0 76 12 32 465 57 63
Binary 10111101 1000111 10101011 0 111110 1010 11010 100110101 101111 110011

Color Harmonies of #BD47AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD47AB

Black with #BD47AB

Text Example


Text Example

White with #BD47AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD47AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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