Html Css Color HEX #BC03AD Deep Magenta

📋 copy color: '#BC03AD'

red 188 ◦ green 3 ◦ blue 173

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

Shades of Deep Magenta #BC03AD

Tints of Deep Magenta #BC03AD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 173 (67.97% from 255) = 47.53%

R = 51.65%
G = 0.82%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC03AD (or 0xBC03AD) is known color: Deep Magenta. HEX triplet: BC, 03 and AD. RGB value is (188,3,173). Sum of RGB (Red+Green+Blue) = 188+3+173=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC03AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC03AD is #43FC52. Grayscale: #4D4D4D. Windows color (decimal): -4455507 or 11338684. OLE color: 11338684.

HSL color Cylindrical-coordinate representation of color #BC03AD: hue angle of 304.86º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC03AD is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 3 173 -
CMYK 0 0.98 0.08 0.26
HSL 304.86º 0.97% 0.37% -
HSV(B) 304.86º 0.98% 0.74% -
XYZ 28.31 13.77 40.7 -
YUV 77.7 181.79 206.68 -
System Red Green Blue C M Y K H S L
Decimal 188 3 173 0 0.98 0.08 0.26 304.86 0.97 0.37
Hex BC 3 AD 0 62 8 1A 131 61 25
Octal 274 3 255 0 142 10 32 461 141 45
Binary 10111100 11 10101101 0 1100010 1000 11010 100110001 1100001 100101

Color Harmonies of #BC03AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC03AD

Black with #BC03AD

Text Example


Text Example

White with #BC03AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC03AD; }

 p { color: rgb(188,3,173); }

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

background-color css

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

 a { background-color: rgb(188,3,173); }

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

border-color css

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

 span { border-color: rgb(188,3,173); }

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