Html Css Color HEX #BC47AA Fuchsia

📋 copy color: '#BC47AA'

red 188 ◦ green 71 ◦ blue 170

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

Shades of Fuchsia #BC47AA

Tints of Fuchsia #BC47AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 43.82%
G = 16.55%
B = 39.63%

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

#BC47AA (or 0xBC47AA) is known color: Fuchsia. HEX triplet: BC, 47 and AA. RGB value is (188,71,170). Sum of RGB (Red+Green+Blue) = 188+71+170=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC47AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC47AA is #43B855. Grayscale: #747474. Windows color (decimal): -4438102 or 11159484. OLE color: 11159484.

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

Color convert

RGB 188 71 170 -
CMYK 0 0.62 0.10 0.26
HSL 309.23º 0.47% 0.51% -
HSV(B) 309.23º 0.62% 0.74% -
XYZ 30.25 18.1 39.93 -
YUV 117.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 188 71 170 0 0.62 0.10 0.26 309.23 0.47 0.51
Hex BC 47 AA 0 3E A 1A 135 2F 33
Octal 274 107 252 0 76 12 32 465 57 63
Binary 10111100 1000111 10101010 0 111110 1010 11010 100110101 101111 110011

Color Harmonies of #BC47AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC47AA

Black with #BC47AA

Text Example


Text Example

White with #BC47AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC47AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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