Html Css Color HEX #BC41C1 Fuchsia

📋 copy color: '#BC41C1'

red 188 ◦ green 65 ◦ blue 193

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

Shades of Fuchsia #BC41C1

Tints of Fuchsia #BC41C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.27%

R = 42.15%
G = 14.57%
B = 43.27%

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

#BC41C1 (or 0xBC41C1) is known color: Fuchsia. HEX triplet: BC, 41 and C1. RGB value is (188,65,193). Sum of RGB (Red+Green+Blue) = 188+65+193=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC41C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41C1 is #43BE3E. Grayscale: #737373. Windows color (decimal): -4439615 or 12665276. OLE color: 12665276.

HSL color Cylindrical-coordinate representation of color #BC41C1: hue angle of 297.66º 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 #BC41C1 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 65 193 -
CMYK 0.03 0.66 0 0.24
HSL 297.66º 0.51% 0.51% -
HSV(B) 297.66º 0.66% 0.76% -
XYZ 32.25 18.32 52.29 -
YUV 116.37 171.25 179.09 -
System Red Green Blue C M Y K H S L
Decimal 188 65 193 0.03 0.66 0 0.24 297.66 0.51 0.51
Hex BC 41 C1 3 42 0 18 12A 33 33
Octal 274 101 301 3 102 0 30 452 63 63
Binary 10111100 1000001 11000001 11 1000010 0 11000 100101010 110011 110011

Color Harmonies of #BC41C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41C1

Black with #BC41C1

Text Example


Text Example

White with #BC41C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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