Html Css Color HEX #BC07AC Deep Magenta

📋 copy color: '#BC07AC'

red 188 ◦ green 7 ◦ blue 172

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

Shades of Deep Magenta #BC07AC

Tints of Deep Magenta #BC07AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.91%

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

R = 51.23%
G = 1.91%
B = 46.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC07AC (or 0xBC07AC) is known color: Deep Magenta. HEX triplet: BC, 07 and AC. RGB value is (188,7,172). Sum of RGB (Red+Green+Blue) = 188+7+172=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC07AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC07AC is #43F853. Grayscale: #4F4F4F. Windows color (decimal): -4454484 or 11274172. OLE color: 11274172.

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

Color convert

RGB 188 7 172 -
CMYK 0 0.96 0.09 0.26
HSL 305.3º 0.93% 0.38% -
HSV(B) 305.3º 0.96% 0.74% -
XYZ 28.26 13.82 40.21 -
YUV 79.93 179.97 205.08 -
System Red Green Blue C M Y K H S L
Decimal 188 7 172 0 0.96 0.09 0.26 305.3 0.93 0.38
Hex BC 7 AC 0 60 9 1A 131 5D 26
Octal 274 7 254 0 140 11 32 461 135 46
Binary 10111100 111 10101100 0 1100000 1001 11010 100110001 1011101 100110

Color Harmonies of #BC07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC07AC

Black with #BC07AC

Text Example


Text Example

White with #BC07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC07AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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