Html Css Color HEX #BC41C2 Fuchsia

📋 copy color: '#BC41C2'

red 188 ◦ green 65 ◦ blue 194

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

Shades of Fuchsia #BC41C2

Tints of Fuchsia #BC41C2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.54%

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

R = 42.06%
G = 14.54%
B = 43.4%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC41C2 (or 0xBC41C2) is known color: Fuchsia. HEX triplet: BC, 41 and C2. RGB value is (188,65,194). Sum of RGB (Red+Green+Blue) = 188+65+194=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC41C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41C2 is #43BE3D. Grayscale: #747474. Windows color (decimal): -4439614 or 12730812. OLE color: 12730812.

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

Color convert

RGB 188 65 194 -
CMYK 0.03 0.66 0 0.24
HSL 297.21º 0.51% 0.51% -
HSV(B) 297.21º 0.66% 0.76% -
XYZ 32.37 18.37 52.88 -
YUV 116.48 171.75 179.01 -
System Red Green Blue C M Y K H S L
Decimal 188 65 194 0.03 0.66 0 0.24 297.21 0.51 0.51
Hex BC 41 C2 3 42 0 18 129 33 33
Octal 274 101 302 3 102 0 30 451 63 63
Binary 10111100 1000001 11000010 11 1000010 0 11000 100101001 110011 110011

Color Harmonies of #BC41C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41C2

Black with #BC41C2

Text Example


Text Example

White with #BC41C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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