Html Css Color HEX #BC0FCD Deep Magenta

📋 copy color: '#BC0FCD'

red 188 ◦ green 15 ◦ blue 205

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

Shades of Deep Magenta #BC0FCD

Tints of Deep Magenta #BC0FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.68%

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

R = 46.08%
G = 3.68%
B = 50.25%

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

#BC0FCD (or 0xBC0FCD) is known color: Deep Magenta. HEX triplet: BC, 0F and CD. RGB value is (188,15,205). Sum of RGB (Red+Green+Blue) = 188+15+205=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC0FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0FCD is #43F032. Grayscale: #575757. Windows color (decimal): -4452403 or 13438908. OLE color: 13438908.

HSL color Cylindrical-coordinate representation of color #BC0FCD: hue angle of 294.63º degrees, saturation: 0.86, 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 #BC0FCD is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 15 205 -
CMYK 0.08 0.93 0 0.20
HSL 294.63º 0.86% 0.43% -
HSV(B) 294.63º 0.93% 0.8% -
XYZ 31.93 15.44 59.06 -
YUV 88.39 193.81 199.05 -
System Red Green Blue C M Y K H S L
Decimal 188 15 205 0.08 0.93 0 0.20 294.63 0.86 0.43
Hex BC F CD 8 5D 0 14 127 56 2B
Octal 274 17 315 10 135 0 24 447 126 53
Binary 10111100 1111 11001101 1000 1011101 0 10100 100100111 1010110 101011

Color Harmonies of #BC0FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FCD

Black with #BC0FCD

Text Example


Text Example

White with #BC0FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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