Html Css Color HEX #BC10C3 Deep Magenta

📋 copy color: '#BC10C3'

red 188 ◦ green 16 ◦ blue 195

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

Shades of Deep Magenta #BC10C3

Tints of Deep Magenta #BC10C3

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.01%

 BLUE value IS 195 (76.56% from 255) = 48.87%

R = 47.12%
G = 4.01%
B = 48.87%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC10C3 (or 0xBC10C3) is known color: Deep Magenta. HEX triplet: BC, 10 and C3. RGB value is (188,16,195). Sum of RGB (Red+Green+Blue) = 188+16+195=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 195 (76.56% from 255 or 48.87% from 399); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC10C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10C3 is #43EF3C. Grayscale: #575757. Windows color (decimal): -4452157 or 12783804. OLE color: 12783804.

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

Color convert

RGB 188 16 195 -
CMYK 0.04 0.92 0 0.24
HSL 297.65º 0.85% 0.41% -
HSV(B) 297.65º 0.92% 0.76% -
XYZ 30.77 15 52.9 -
YUV 87.83 188.48 199.45 -
System Red Green Blue C M Y K H S L
Decimal 188 16 195 0.04 0.92 0 0.24 297.65 0.85 0.41
Hex BC 10 C3 4 5C 0 18 12A 55 29
Octal 274 20 303 4 134 0 30 452 125 51
Binary 10111100 10000 11000011 100 1011100 0 11000 100101010 1010101 101001

Color Harmonies of #BC10C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC10C3

Black with #BC10C3

Text Example


Text Example

White with #BC10C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC10C3; }

 p { color: rgb(188,16,195); }

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

background-color css

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

 a { background-color: rgb(188,16,195); }

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

border-color css

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

 span { border-color: rgb(188,16,195); }

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