Html Css Color HEX #BC0FAD Deep Magenta

📋 copy color: '#BC0FAD'

red 188 ◦ green 15 ◦ blue 173

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

Shades of Deep Magenta #BC0FAD

Tints of Deep Magenta #BC0FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.99%

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

R = 50%
G = 3.99%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC0FAD (or 0xBC0FAD) is known color: Deep Magenta. HEX triplet: BC, 0F and AD. RGB value is (188,15,173). Sum of RGB (Red+Green+Blue) = 188+15+173=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0FAD is #43F052. Grayscale: #545454. Windows color (decimal): -4452435 or 11341756. OLE color: 11341756.

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

Color convert

RGB 188 15 173 -
CMYK 0 0.92 0.08 0.26
HSL 305.2º 0.85% 0.4% -
HSV(B) 305.2º 0.92% 0.74% -
XYZ 28.45 14.05 40.75 -
YUV 84.74 177.81 201.65 -
System Red Green Blue C M Y K H S L
Decimal 188 15 173 0 0.92 0.08 0.26 305.2 0.85 0.4
Hex BC F AD 0 5C 8 1A 131 55 28
Octal 274 17 255 0 134 10 32 461 125 50
Binary 10111100 1111 10101101 0 1011100 1000 11010 100110001 1010101 101000

Color Harmonies of #BC0FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FAD

Black with #BC0FAD

Text Example


Text Example

White with #BC0FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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