Html Css Color HEX #BC0DC8 Deep Magenta

📋 copy color: '#BC0DC8'

red 188 ◦ green 13 ◦ blue 200

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

Shades of Deep Magenta #BC0DC8

Tints of Deep Magenta #BC0DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.88%

R = 46.88%
G = 3.24%
B = 49.88%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC0DC8 (or 0xBC0DC8) is known color: Deep Magenta. HEX triplet: BC, 0D and C8. RGB value is (188,13,200). Sum of RGB (Red+Green+Blue) = 188+13+200=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 200 (78.52% from 255 or 49.88% from 401); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC0DC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DC8 is #43F237. Grayscale: #565656. Windows color (decimal): -4452920 or 13110716. OLE color: 13110716.

HSL color Cylindrical-coordinate representation of color #BC0DC8: hue angle of 296.15º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0DC8 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 13 200 -
CMYK 0.06 0.94 0 0.22
HSL 296.15º 0.88% 0.42% -
HSV(B) 296.15º 0.94% 0.78% -
XYZ 31.31 15.15 55.92 -
YUV 86.64 191.98 200.29 -
System Red Green Blue C M Y K H S L
Decimal 188 13 200 0.06 0.94 0 0.22 296.15 0.88 0.42
Hex BC D C8 6 5E 0 16 128 58 2A
Octal 274 15 310 6 136 0 26 450 130 52
Binary 10111100 1101 11001000 110 1011110 0 10110 100101000 1011000 101010

Color Harmonies of #BC0DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0DC8

Black with #BC0DC8

Text Example


Text Example

White with #BC0DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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