Html Css Color HEX #BC11C2 Deep Magenta

📋 copy color: '#BC11C2'

red 188 ◦ green 17 ◦ blue 194

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

Shades of Deep Magenta #BC11C2

Tints of Deep Magenta #BC11C2

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.26%

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

R = 47.12%
G = 4.26%
B = 48.62%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC11C2 (or 0xBC11C2) is known color: Deep Magenta. HEX triplet: BC, 11 and C2. RGB value is (188,17,194). Sum of RGB (Red+Green+Blue) = 188+17+194=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC11C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC11C2 is #43EE3D. Grayscale: #575757. Windows color (decimal): -4451902 or 12718524. OLE color: 12718524.

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

Color convert

RGB 188 17 194 -
CMYK 0.03 0.91 0 0.24
HSL 297.97º 0.84% 0.41% -
HSV(B) 297.97º 0.91% 0.76% -
XYZ 30.68 14.99 52.31 -
YUV 88.31 187.65 199.11 -
System Red Green Blue C M Y K H S L
Decimal 188 17 194 0.03 0.91 0 0.24 297.97 0.84 0.41
Hex BC 11 C2 3 5B 0 18 12A 54 29
Octal 274 21 302 3 133 0 30 452 124 51
Binary 10111100 10001 11000010 11 1011011 0 11000 100101010 1010100 101001

Color Harmonies of #BC11C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC11C2

Black with #BC11C2

Text Example


Text Example

White with #BC11C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC11C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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