Html Css Color HEX #BC0ECD Deep Magenta

📋 copy color: '#BC0ECD'

red 188 ◦ green 14 ◦ blue 205

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

Shades of Deep Magenta #BC0ECD

Tints of Deep Magenta #BC0ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.44%

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 46.19%
G = 3.44%
B = 50.37%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC0ECD (or 0xBC0ECD) is known color: Deep Magenta. HEX triplet: BC, 0E and CD. RGB value is (188,14,205). Sum of RGB (Red+Green+Blue) = 188+14+205=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC0ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ECD is #43F132. Grayscale: #575757. Windows color (decimal): -4452659 or 13438652. OLE color: 13438652.

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

Color convert

RGB 188 14 205 -
CMYK 0.08 0.93 0 0.20
HSL 294.66º 0.87% 0.43% -
HSV(B) 294.66º 0.93% 0.8% -
XYZ 31.92 15.41 59.05 -
YUV 87.8 194.15 199.47 -
System Red Green Blue C M Y K H S L
Decimal 188 14 205 0.08 0.93 0 0.20 294.66 0.87 0.43
Hex BC E CD 8 5D 0 14 127 57 2B
Octal 274 16 315 10 135 0 24 447 127 53
Binary 10111100 1110 11001101 1000 1011101 0 10100 100100111 1010111 101011

Color Harmonies of #BC0ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0ECD

Black with #BC0ECD

Text Example


Text Example

White with #BC0ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0ECD; }

 p { color: rgb(188,14,205); }

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

background-color css

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

 a { background-color: rgb(188,14,205); }

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

border-color css

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

 span { border-color: rgb(188,14,205); }

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