Html Css Color HEX #BC0DC6 Deep Magenta

📋 copy color: '#BC0DC6'

red 188 ◦ green 13 ◦ blue 198

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

Shades of Deep Magenta #BC0DC6

Tints of Deep Magenta #BC0DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.62%

R = 47.12%
G = 3.26%
B = 49.62%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC0DC6 (or 0xBC0DC6) is known color: Deep Magenta. HEX triplet: BC, 0D and C6. RGB value is (188,13,198). Sum of RGB (Red+Green+Blue) = 188+13+198=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC0DC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DC6 is #43F239. Grayscale: #555555. Windows color (decimal): -4452922 or 12979644. OLE color: 12979644.

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

Color convert

RGB 188 13 198 -
CMYK 0.05 0.93 0 0.22
HSL 296.76º 0.88% 0.41% -
HSV(B) 296.76º 0.93% 0.78% -
XYZ 31.08 15.06 54.69 -
YUV 86.42 190.98 200.46 -
System Red Green Blue C M Y K H S L
Decimal 188 13 198 0.05 0.93 0 0.22 296.76 0.88 0.41
Hex BC D C6 5 5D 0 16 129 58 29
Octal 274 15 306 5 135 0 26 451 130 51
Binary 10111100 1101 11000110 101 1011101 0 10110 100101001 1011000 101001

Color Harmonies of #BC0DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0DC6

Black with #BC0DC6

Text Example


Text Example

White with #BC0DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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