Html Css Color HEX #BC47BA Fuchsia

📋 copy color: '#BC47BA'

red 188 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #BC47BA

Tints of Fuchsia #BC47BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 42.25%
G = 15.96%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC47BA (or 0xBC47BA) is known color: Fuchsia. HEX triplet: BC, 47 and BA. RGB value is (188,71,186). Sum of RGB (Red+Green+Blue) = 188+71+186=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47BA is #43B845. Grayscale: #767676. Windows color (decimal): -4438086 or 12208060. OLE color: 12208060.

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

Color convert

RGB 188 71 186 -
CMYK 0 0.62 0.01 0.26
HSL 301.03º 0.47% 0.51% -
HSV(B) 301.03º 0.62% 0.74% -
XYZ 31.86 18.74 48.39 -
YUV 119.09 165.76 177.15 -
System Red Green Blue C M Y K H S L
Decimal 188 71 186 0 0.62 0.01 0.26 301.03 0.47 0.51
Hex BC 47 BA 0 3E 1 1A 12D 2F 33
Octal 274 107 272 0 76 1 32 455 57 63
Binary 10111100 1000111 10111010 0 111110 1 11010 100101101 101111 110011

Color Harmonies of #BC47BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC47BA

Black with #BC47BA

Text Example


Text Example

White with #BC47BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC47BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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