Html Css Color HEX #BC0DC2 Deep Magenta

📋 copy color: '#BC0DC2'

red 188 ◦ green 13 ◦ blue 194

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

Shades of Deep Magenta #BC0DC2

Tints of Deep Magenta #BC0DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.11%

R = 47.59%
G = 3.29%
B = 49.11%

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

#BC0DC2 (or 0xBC0DC2) is known color: Deep Magenta. HEX triplet: BC, 0D and C2. RGB value is (188,13,194). Sum of RGB (Red+Green+Blue) = 188+13+194=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC0DC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DC2 is #43F23D. Grayscale: #555555. Windows color (decimal): -4452926 or 12717500. OLE color: 12717500.

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

Color convert

RGB 188 13 194 -
CMYK 0.03 0.93 0 0.24
HSL 298.01º 0.87% 0.41% -
HSV(B) 298.01º 0.93% 0.76% -
XYZ 30.62 14.87 52.3 -
YUV 85.96 188.98 200.78 -
System Red Green Blue C M Y K H S L
Decimal 188 13 194 0.03 0.93 0 0.24 298.01 0.87 0.41
Hex BC D C2 3 5D 0 18 12A 57 29
Octal 274 15 302 3 135 0 30 452 127 51
Binary 10111100 1101 11000010 11 1011101 0 11000 100101010 1010111 101001

Color Harmonies of #BC0DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0DC2

Black with #BC0DC2

Text Example


Text Example

White with #BC0DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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