Html Css Color HEX #BC10C0 Deep Magenta

📋 copy color: '#BC10C0'

red 188 ◦ green 16 ◦ blue 192

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

Shades of Deep Magenta #BC10C0

Tints of Deep Magenta #BC10C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.48%

R = 47.47%
G = 4.04%
B = 48.48%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC10C0 (or 0xBC10C0) is known color: Deep Magenta. HEX triplet: BC, 10 and C0. RGB value is (188,16,192). Sum of RGB (Red+Green+Blue) = 188+16+192=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC10C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10C0 is #43EF3F. Grayscale: #565656. Windows color (decimal): -4452160 or 12587196. OLE color: 12587196.

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

Color convert

RGB 188 16 192 -
CMYK 0.02 0.92 0 0.25
HSL 298.64º 0.85% 0.41% -
HSV(B) 298.64º 0.92% 0.75% -
XYZ 30.44 14.87 51.13 -
YUV 87.49 186.98 199.69 -
System Red Green Blue C M Y K H S L
Decimal 188 16 192 0.02 0.92 0 0.25 298.64 0.85 0.41
Hex BC 10 C0 2 5C 0 19 12B 55 29
Octal 274 20 300 2 134 0 31 453 125 51
Binary 10111100 10000 11000000 10 1011100 0 11001 100101011 1010101 101001

Color Harmonies of #BC10C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC10C0

Black with #BC10C0

Text Example


Text Example

White with #BC10C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC10C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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