Html Css Color HEX #BC00AD Deep Magenta

📋 copy color: '#BC00AD'

red 188 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #BC00AD

Tints of Deep Magenta #BC00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.08%
G = 0%
B = 47.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC00AD (or 0xBC00AD) is known color: Deep Magenta. HEX triplet: BC, 00 and AD. RGB value is (188,0,173). Sum of RGB (Red+Green+Blue) = 188+0+173=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC00AD is #43FF52. Grayscale: #4B4B4B. Windows color (decimal): -4456275 or 11337916. OLE color: 11337916.

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

Color convert

RGB 188 0 173 -
CMYK 0 1 0.08 0.26
HSL 304.79º 1% 0.37% -
HSV(B) 304.79º 1% 0.74% -
XYZ 28.28 13.71 40.69 -
YUV 75.93 182.78 207.93 -
System Red Green Blue C M Y K H S L
Decimal 188 0 173 0 1 0.08 0.26 304.79 1 0.37
Hex BC 0 AD 0 64 8 1A 131 64 25
Octal 274 0 255 0 144 10 32 461 144 45
Binary 10111100 0 10101101 0 1100100 1000 11010 100110001 1100100 100101

Color Harmonies of #BC00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00AD

Black with #BC00AD

Text Example


Text Example

White with #BC00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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