Html Css Color HEX #BC10D2 Deep Magenta

📋 copy color: '#BC10D2'

red 188 ◦ green 16 ◦ blue 210

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

Shades of Deep Magenta #BC10D2

Tints of Deep Magenta #BC10D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.72%

R = 45.41%
G = 3.86%
B = 50.72%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC10D2 (or 0xBC10D2) is known color: Deep Magenta. HEX triplet: BC, 10 and D2. RGB value is (188,16,210). Sum of RGB (Red+Green+Blue) = 188+16+210=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 210 (82.42% from 255 or 50.72% from 414); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC10D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10D2 is #43EF2D. Grayscale: #585858. Windows color (decimal): -4452142 or 13766844. OLE color: 13766844.

HSL color Cylindrical-coordinate representation of color #BC10D2: hue angle of 293.2º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC10D2 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 16 210 -
CMYK 0.10 0.92 0 0.18
HSL 293.2º 0.86% 0.44% -
HSV(B) 293.2º 0.92% 0.82% -
XYZ 32.56 15.72 62.29 -
YUV 89.54 195.98 198.23 -
System Red Green Blue C M Y K H S L
Decimal 188 16 210 0.10 0.92 0 0.18 293.2 0.86 0.44
Hex BC 10 D2 A 5C 0 12 125 56 2C
Octal 274 20 322 12 134 0 22 445 126 54
Binary 10111100 10000 11010010 1010 1011100 0 10010 100100101 1010110 101100

Color Harmonies of #BC10D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC10D2

Black with #BC10D2

Text Example


Text Example

White with #BC10D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC10D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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