Html Css Color HEX #BC10AD Deep Magenta

📋 copy color: '#BC10AD'

red 188 ◦ green 16 ◦ blue 173

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

Shades of Deep Magenta #BC10AD

Tints of Deep Magenta #BC10AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.24%

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

R = 49.87%
G = 4.24%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC10AD (or 0xBC10AD) is known color: Deep Magenta. HEX triplet: BC, 10 and AD. RGB value is (188,16,173). Sum of RGB (Red+Green+Blue) = 188+16+173=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC10AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC10AD is #43EF52. Grayscale: #545454. Windows color (decimal): -4452179 or 11342012. OLE color: 11342012.

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

Color convert

RGB 188 16 173 -
CMYK 0 0.91 0.08 0.26
HSL 305.23º 0.84% 0.4% -
HSV(B) 305.23º 0.91% 0.74% -
XYZ 28.47 14.08 40.75 -
YUV 85.33 177.48 201.23 -
System Red Green Blue C M Y K H S L
Decimal 188 16 173 0 0.91 0.08 0.26 305.23 0.84 0.4
Hex BC 10 AD 0 5B 8 1A 131 54 28
Octal 274 20 255 0 133 10 32 461 124 50
Binary 10111100 10000 10101101 0 1011011 1000 11010 100110001 1010100 101000

Color Harmonies of #BC10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC10AD

Black with #BC10AD

Text Example


Text Example

White with #BC10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC10AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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