Html Css Color HEX #BC0FAC Deep Magenta

📋 copy color: '#BC0FAC'

red 188 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #BC0FAC

Tints of Deep Magenta #BC0FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 50.13%
G = 4%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC0FAC (or 0xBC0FAC) is known color: Deep Magenta. HEX triplet: BC, 0F and AC. RGB value is (188,15,172). Sum of RGB (Red+Green+Blue) = 188+15+172=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0FAC is #43F053. Grayscale: #545454. Windows color (decimal): -4452436 or 11276220. OLE color: 11276220.

HSL color Cylindrical-coordinate representation of color #BC0FAC: hue angle of 305.55º 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 #BC0FAC is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 15 172 -
CMYK 0 0.92 0.09 0.26
HSL 305.55º 0.85% 0.4% -
HSV(B) 305.55º 0.92% 0.74% -
XYZ 28.36 14.01 40.24 -
YUV 84.63 177.31 201.73 -
System Red Green Blue C M Y K H S L
Decimal 188 15 172 0 0.92 0.09 0.26 305.55 0.85 0.4
Hex BC F AC 0 5C 9 1A 132 55 28
Octal 274 17 254 0 134 11 32 462 125 50
Binary 10111100 1111 10101100 0 1011100 1001 11010 100110010 1010101 101000

Color Harmonies of #BC0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FAC

Black with #BC0FAC

Text Example


Text Example

White with #BC0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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