Html Css Color HEX #BC0CCD Deep Magenta

📋 copy color: '#BC0CCD'

red 188 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #BC0CCD

Tints of Deep Magenta #BC0CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.96%

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

R = 46.42%
G = 2.96%
B = 50.62%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC0CCD (or 0xBC0CCD) is known color: Deep Magenta. HEX triplet: BC, 0C and CD. RGB value is (188,12,205). Sum of RGB (Red+Green+Blue) = 188+12+205=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC0CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CCD is #43F332. Grayscale: #565656. Windows color (decimal): -4453171 or 13438140. OLE color: 13438140.

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

Color convert

RGB 188 12 205 -
CMYK 0.08 0.94 0 0.20
HSL 294.72º 0.89% 0.43% -
HSV(B) 294.72º 0.94% 0.8% -
XYZ 31.89 15.36 59.04 -
YUV 86.63 194.81 200.31 -
System Red Green Blue C M Y K H S L
Decimal 188 12 205 0.08 0.94 0 0.20 294.72 0.89 0.43
Hex BC C CD 8 5E 0 14 127 59 2B
Octal 274 14 315 10 136 0 24 447 131 53
Binary 10111100 1100 11001101 1000 1011110 0 10100 100100111 1011001 101011

Color Harmonies of #BC0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CCD

Black with #BC0CCD

Text Example


Text Example

White with #BC0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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