Html Css Color HEX #BC47C2 Fuchsia

📋 copy color: '#BC47C2'

red 188 ◦ green 71 ◦ blue 194

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

Shades of Fuchsia #BC47C2

Tints of Fuchsia #BC47C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.83%

R = 41.5%
G = 15.67%
B = 42.83%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC47C2 (or 0xBC47C2) is known color: Fuchsia. HEX triplet: BC, 47 and C2. RGB value is (188,71,194). Sum of RGB (Red+Green+Blue) = 188+71+194=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC47C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47C2 is #43B83D. Grayscale: #777777. Windows color (decimal): -4438078 or 12732348. OLE color: 12732348.

HSL color Cylindrical-coordinate representation of color #BC47C2: hue angle of 297.07º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC47C2 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 71 194 -
CMYK 0.03 0.63 0 0.24
HSL 297.07º 0.5% 0.52% -
HSV(B) 297.07º 0.63% 0.76% -
XYZ 32.73 19.09 53 -
YUV 120.01 169.76 176.5 -
System Red Green Blue C M Y K H S L
Decimal 188 71 194 0.03 0.63 0 0.24 297.07 0.5 0.52
Hex BC 47 C2 3 3F 0 18 129 32 34
Octal 274 107 302 3 77 0 30 451 62 64
Binary 10111100 1000111 11000010 11 111111 0 11000 100101001 110010 110100

Color Harmonies of #BC47C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC47C2

Black with #BC47C2

Text Example


Text Example

White with #BC47C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC47C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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