Html Css Color HEX #BC40C2 Fuchsia

📋 copy color: '#BC40C2'

red 188 ◦ green 64 ◦ blue 194

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

Shades of Fuchsia #BC40C2

Tints of Fuchsia #BC40C2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.35%

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

R = 42.15%
G = 14.35%
B = 43.5%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC40C2 (or 0xBC40C2) is known color: Fuchsia. HEX triplet: BC, 40 and C2. RGB value is (188,64,194). Sum of RGB (Red+Green+Blue) = 188+64+194=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC40C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40C2 is #43BF3D. Grayscale: #737373. Windows color (decimal): -4439870 or 12730556. OLE color: 12730556.

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

Color convert

RGB 188 64 194 -
CMYK 0.03 0.67 0 0.24
HSL 297.23º 0.52% 0.51% -
HSV(B) 297.23º 0.67% 0.76% -
XYZ 32.31 18.25 52.86 -
YUV 115.9 172.08 179.43 -
System Red Green Blue C M Y K H S L
Decimal 188 64 194 0.03 0.67 0 0.24 297.23 0.52 0.51
Hex BC 40 C2 3 43 0 18 129 34 33
Octal 274 100 302 3 103 0 30 451 64 63
Binary 10111100 1000000 11000010 11 1000011 0 11000 100101001 110100 110011

Color Harmonies of #BC40C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40C2

Black with #BC40C2

Text Example


Text Example

White with #BC40C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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