Html Css Color HEX #BC10C6 Deep Magenta

📋 copy color: '#BC10C6'

red 188 ◦ green 16 ◦ blue 198

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

Shades of Deep Magenta #BC10C6

Tints of Deep Magenta #BC10C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.25%

R = 46.77%
G = 3.98%
B = 49.25%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC10C6 (or 0xBC10C6) is known color: Deep Magenta. HEX triplet: BC, 10 and C6. RGB value is (188,16,198). Sum of RGB (Red+Green+Blue) = 188+16+198=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 198 (77.73% from 255 or 49.25% from 402); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC10C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10C6 is #43EF39. Grayscale: #575757. Windows color (decimal): -4452154 or 12980412. OLE color: 12980412.

HSL color Cylindrical-coordinate representation of color #BC10C6: hue angle of 296.7º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC10C6 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 16 198 -
CMYK 0.05 0.92 0 0.22
HSL 296.7º 0.85% 0.42% -
HSV(B) 296.7º 0.92% 0.78% -
XYZ 31.12 15.14 54.71 -
YUV 88.18 189.98 199.2 -
System Red Green Blue C M Y K H S L
Decimal 188 16 198 0.05 0.92 0 0.22 296.7 0.85 0.42
Hex BC 10 C6 5 5C 0 16 129 55 2A
Octal 274 20 306 5 134 0 26 451 125 52
Binary 10111100 10000 11000110 101 1011100 0 10110 100101001 1010101 101010

Color Harmonies of #BC10C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC10C6

Black with #BC10C6

Text Example


Text Example

White with #BC10C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC10C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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