Html Css Color HEX #BC13AA Deep Magenta

📋 copy color: '#BC13AA'

red 188 ◦ green 19 ◦ blue 170

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

Shades of Deep Magenta #BC13AA

Tints of Deep Magenta #BC13AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.04%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 49.87%
G = 5.04%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC13AA (or 0xBC13AA) is known color: Deep Magenta. HEX triplet: BC, 13 and AA. RGB value is (188,19,170). Sum of RGB (Red+Green+Blue) = 188+19+170=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC13AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC13AA is #43EC55. Grayscale: #565656. Windows color (decimal): -4451414 or 11146172. OLE color: 11146172.

HSL color Cylindrical-coordinate representation of color #BC13AA: hue angle of 306.39º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC13AA is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 19 170 -
CMYK 0 0.90 0.10 0.26
HSL 306.39º 0.82% 0.41% -
HSV(B) 306.39º 0.9% 0.74% -
XYZ 28.23 14.06 39.26 -
YUV 86.75 174.99 200.22 -
System Red Green Blue C M Y K H S L
Decimal 188 19 170 0 0.90 0.10 0.26 306.39 0.82 0.41
Hex BC 13 AA 0 5A A 1A 132 52 29
Octal 274 23 252 0 132 12 32 462 122 51
Binary 10111100 10011 10101010 0 1011010 1010 11010 100110010 1010010 101001

Color Harmonies of #BC13AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC13AA

Black with #BC13AA

Text Example


Text Example

White with #BC13AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC13AA; }

 p { color: rgb(188,19,170); }

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

background-color css

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

 a { background-color: rgb(188,19,170); }

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

border-color css

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

 span { border-color: rgb(188,19,170); }

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