Html Css Color HEX #BC0DC1 Deep Magenta

📋 copy color: '#BC0DC1'

red 188 ◦ green 13 ◦ blue 193

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

Shades of Deep Magenta #BC0DC1

Tints of Deep Magenta #BC0DC1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.3%

 BLUE value IS 193 (75.78% from 255) = 48.98%

R = 47.72%
G = 3.3%
B = 48.98%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC0DC1 (or 0xBC0DC1) is known color: Deep Magenta. HEX triplet: BC, 0D and C1. RGB value is (188,13,193). Sum of RGB (Red+Green+Blue) = 188+13+193=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC0DC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DC1 is #43F23E. Grayscale: #555555. Windows color (decimal): -4452927 or 12651964. OLE color: 12651964.

HSL color Cylindrical-coordinate representation of color #BC0DC1: hue angle of 298.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0DC1 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 13 193 -
CMYK 0.03 0.93 0 0.24
HSL 298.33º 0.87% 0.4% -
HSV(B) 298.33º 0.93% 0.76% -
XYZ 30.51 14.83 51.71 -
YUV 85.85 188.48 200.86 -
System Red Green Blue C M Y K H S L
Decimal 188 13 193 0.03 0.93 0 0.24 298.33 0.87 0.4
Hex BC D C1 3 5D 0 18 12A 57 28
Octal 274 15 301 3 135 0 30 452 127 50
Binary 10111100 1101 11000001 11 1011101 0 11000 100101010 1010111 101000

Color Harmonies of #BC0DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0DC1

Black with #BC0DC1

Text Example


Text Example

White with #BC0DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0DC1; }

 p { color: rgb(188,13,193); }

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

background-color css

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

 a { background-color: rgb(188,13,193); }

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

border-color css

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

 span { border-color: rgb(188,13,193); }

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