Html Css Color HEX #BC1AC0 Deep Magenta

📋 copy color: '#BC1AC0'

red 188 ◦ green 26 ◦ blue 192

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

Shades of Deep Magenta #BC1AC0

Tints of Deep Magenta #BC1AC0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.4%

 BLUE value IS 192 (75.39% from 255) = 47.29%

R = 46.31%
G = 6.4%
B = 47.29%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC1AC0 (or 0xBC1AC0) is known color: Deep Magenta. HEX triplet: BC, 1A and C0. RGB value is (188,26,192). Sum of RGB (Red+Green+Blue) = 188+26+192=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC1AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1AC0 is #43E53F. Grayscale: #5C5C5C. Windows color (decimal): -4449600 or 12589756. OLE color: 12589756.

HSL color Cylindrical-coordinate representation of color #BC1AC0: hue angle of 298.55º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1AC0 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 26 192 -
CMYK 0.02 0.86 0 0.25
HSL 298.55º 0.76% 0.43% -
HSV(B) 298.55º 0.86% 0.75% -
XYZ 30.62 15.24 51.2 -
YUV 93.36 183.67 195.5 -
System Red Green Blue C M Y K H S L
Decimal 188 26 192 0.02 0.86 0 0.25 298.55 0.76 0.43
Hex BC 1A C0 2 56 0 19 12B 4C 2B
Octal 274 32 300 2 126 0 31 453 114 53
Binary 10111100 11010 11000000 10 1010110 0 11001 100101011 1001100 101011

Color Harmonies of #BC1AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AC0

Black with #BC1AC0

Text Example


Text Example

White with #BC1AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AC0; }

 p { color: rgb(188,26,192); }

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

background-color css

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

 a { background-color: rgb(188,26,192); }

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

border-color css

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

 span { border-color: rgb(188,26,192); }

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