Html Css Color HEX #BC47AB Fuchsia

📋 copy color: '#BC47AB'

red 188 ◦ green 71 ◦ blue 171

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

Shades of Fuchsia #BC47AB

Tints of Fuchsia #BC47AB

RGB

 RED value IS 188 (73.83% from 255) = 43.72%

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

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

R = 43.72%
G = 16.51%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC47AB (or 0xBC47AB) is known color: Fuchsia. HEX triplet: BC, 47 and AB. RGB value is (188,71,171). Sum of RGB (Red+Green+Blue) = 188+71+171=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC47AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC47AB is #43B854. Grayscale: #757575. Windows color (decimal): -4438101 or 11225020. OLE color: 11225020.

HSL color Cylindrical-coordinate representation of color #BC47AB: hue angle of 308.72º 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 #BC47AB is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 71 171 -
CMYK 0 0.62 0.09 0.26
HSL 308.72º 0.47% 0.51% -
HSV(B) 308.72º 0.62% 0.74% -
XYZ 30.34 18.14 40.43 -
YUV 117.38 158.26 178.37 -
System Red Green Blue C M Y K H S L
Decimal 188 71 171 0 0.62 0.09 0.26 308.72 0.47 0.51
Hex BC 47 AB 0 3E 9 1A 135 2F 33
Octal 274 107 253 0 76 11 32 465 57 63
Binary 10111100 1000111 10101011 0 111110 1001 11010 100110101 101111 110011

Color Harmonies of #BC47AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC47AB

Black with #BC47AB

Text Example


Text Example

White with #BC47AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC47AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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