Html Css Color HEX #BC03AC Deep Magenta

📋 copy color: '#BC03AC'

red 188 ◦ green 3 ◦ blue 172

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

Shades of Deep Magenta #BC03AC

Tints of Deep Magenta #BC03AC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 51.79%
G = 0.83%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC03AC (or 0xBC03AC) is known color: Deep Magenta. HEX triplet: BC, 03 and AC. RGB value is (188,3,172). Sum of RGB (Red+Green+Blue) = 188+3+172=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC03AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC03AC is #43FC53. Grayscale: #4D4D4D. Windows color (decimal): -4455508 or 11273148. OLE color: 11273148.

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

Color convert

RGB 188 3 172 -
CMYK 0 0.98 0.09 0.26
HSL 305.19º 0.97% 0.37% -
HSV(B) 305.19º 0.98% 0.74% -
XYZ 28.22 13.74 40.19 -
YUV 77.58 181.29 206.76 -
System Red Green Blue C M Y K H S L
Decimal 188 3 172 0 0.98 0.09 0.26 305.19 0.97 0.37
Hex BC 3 AC 0 62 9 1A 131 61 25
Octal 274 3 254 0 142 11 32 461 141 45
Binary 10111100 11 10101100 0 1100010 1001 11010 100110001 1100001 100101

Color Harmonies of #BC03AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC03AC

Black with #BC03AC

Text Example


Text Example

White with #BC03AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC03AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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