Html Css Color HEX #BC01AC Deep Magenta

📋 copy color: '#BC01AC'

red 188 ◦ green 1 ◦ blue 172

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

Shades of Deep Magenta #BC01AC

Tints of Deep Magenta #BC01AC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 52.08%
G = 0.28%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC01AC (or 0xBC01AC) is known color: Deep Magenta. HEX triplet: BC, 01 and AC. RGB value is (188,1,172). Sum of RGB (Red+Green+Blue) = 188+1+172=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC01AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC01AC is #43FE53. Grayscale: #4B4B4B. Windows color (decimal): -4456020 or 11272636. OLE color: 11272636.

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

Color convert

RGB 188 1 172 -
CMYK 0 0.99 0.09 0.26
HSL 305.13º 0.99% 0.37% -
HSV(B) 305.13º 0.99% 0.74% -
XYZ 28.2 13.69 40.19 -
YUV 76.41 181.95 207.6 -
System Red Green Blue C M Y K H S L
Decimal 188 1 172 0 0.99 0.09 0.26 305.13 0.99 0.37
Hex BC 1 AC 0 63 9 1A 131 63 25
Octal 274 1 254 0 143 11 32 461 143 45
Binary 10111100 1 10101100 0 1100011 1001 11010 100110001 1100011 100101

Color Harmonies of #BC01AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC01AC

Black with #BC01AC

Text Example


Text Example

White with #BC01AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC01AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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