Html Css Color HEX #BC10CC Deep Magenta

📋 copy color: '#BC10CC'

red 188 ◦ green 16 ◦ blue 204

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

Shades of Deep Magenta #BC10CC

Tints of Deep Magenta #BC10CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50%

R = 46.08%
G = 3.92%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC10CC (or 0xBC10CC) is known color: Deep Magenta. HEX triplet: BC, 10 and CC. RGB value is (188,16,204). Sum of RGB (Red+Green+Blue) = 188+16+204=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC10CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10CC is #43EF33. Grayscale: #585858. Windows color (decimal): -4452148 or 13373628. OLE color: 13373628.

HSL color Cylindrical-coordinate representation of color #BC10CC: hue angle of 294.89º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC10CC is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 16 204 -
CMYK 0.08 0.92 0 0.2
HSL 294.89º 0.85% 0.43% -
HSV(B) 294.89º 0.92% 0.8% -
XYZ 31.82 15.42 58.43 -
YUV 88.86 192.98 198.71 -
System Red Green Blue C M Y K H S L
Decimal 188 16 204 0.08 0.92 0 0.2 294.89 0.85 0.43
Hex BC 10 CC 8 5C 0 14 127 55 2B
Octal 274 20 314 10 134 0 24 447 125 53
Binary 10111100 10000 11001100 1000 1011100 0 10100 100100111 1010101 101011

Color Harmonies of #BC10CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC10CC

Black with #BC10CC

Text Example


Text Example

White with #BC10CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC10CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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