Html Css Color HEX #BC0EAD Deep Magenta

📋 copy color: '#BC0EAD'

red 188 ◦ green 14 ◦ blue 173

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

Shades of Deep Magenta #BC0EAD

Tints of Deep Magenta #BC0EAD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.73%

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

R = 50.13%
G = 3.73%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC0EAD (or 0xBC0EAD) is known color: Deep Magenta. HEX triplet: BC, 0E and AD. RGB value is (188,14,173). Sum of RGB (Red+Green+Blue) = 188+14+173=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0EAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0EAD is #43F152. Grayscale: #535353. Windows color (decimal): -4452691 or 11341500. OLE color: 11341500.

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

Color convert

RGB 188 14 173 -
CMYK 0 0.93 0.08 0.26
HSL 305.17º 0.86% 0.4% -
HSV(B) 305.17º 0.93% 0.74% -
XYZ 28.44 14.02 40.74 -
YUV 84.15 178.15 202.07 -
System Red Green Blue C M Y K H S L
Decimal 188 14 173 0 0.93 0.08 0.26 305.17 0.86 0.4
Hex BC E AD 0 5D 8 1A 131 56 28
Octal 274 16 255 0 135 10 32 461 126 50
Binary 10111100 1110 10101101 0 1011101 1000 11010 100110001 1010110 101000

Color Harmonies of #BC0EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0EAD

Black with #BC0EAD

Text Example


Text Example

White with #BC0EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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