Html Css Color HEX #BC0CD6 Deep Magenta

📋 copy color: '#BC0CD6'

red 188 ◦ green 12 ◦ blue 214

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

Shades of Deep Magenta #BC0CD6

Tints of Deep Magenta #BC0CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.69%

R = 45.41%
G = 2.9%
B = 51.69%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC0CD6 (or 0xBC0CD6) is known color: Deep Magenta. HEX triplet: BC, 0C and D6. RGB value is (188,12,214). Sum of RGB (Red+Green+Blue) = 188+12+214=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 214 (83.98% from 255 or 51.69% from 414); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC0CD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CD6 is #43F329. Grayscale: #575757. Windows color (decimal): -4453162 or 14027964. OLE color: 14027964.

HSL color Cylindrical-coordinate representation of color #BC0CD6: hue angle of 292.28º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CD6 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 12 214 -
CMYK 0.12 0.94 0 0.16
HSL 292.28º 0.89% 0.44% -
HSV(B) 292.28º 0.94% 0.84% -
XYZ 33.01 15.81 64.93 -
YUV 87.65 199.31 199.57 -
System Red Green Blue C M Y K H S L
Decimal 188 12 214 0.12 0.94 0 0.16 292.28 0.89 0.44
Hex BC C D6 C 5E 0 10 124 59 2C
Octal 274 14 326 14 136 0 20 444 131 54
Binary 10111100 1100 11010110 1100 1011110 0 10000 100100100 1011001 101100

Color Harmonies of #BC0CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CD6

Black with #BC0CD6

Text Example


Text Example

White with #BC0CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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