Html Css Color HEX #BC12AB Deep Magenta

📋 copy color: '#BC12AB'

red 188 ◦ green 18 ◦ blue 171

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

Shades of Deep Magenta #BC12AB

Tints of Deep Magenta #BC12AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.77%

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 49.87%
G = 4.77%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC12AB (or 0xBC12AB) is known color: Deep Magenta. HEX triplet: BC, 12 and AB. RGB value is (188,18,171). Sum of RGB (Red+Green+Blue) = 188+18+171=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC12AB is #43ED54. Grayscale: #555555. Windows color (decimal): -4451669 or 11211452. OLE color: 11211452.

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

Color convert

RGB 188 18 171 -
CMYK 0 0.90 0.09 0.26
HSL 306º 0.83% 0.4% -
HSV(B) 306º 0.9% 0.74% -
XYZ 28.31 14.06 39.75 -
YUV 86.27 175.82 200.56 -
System Red Green Blue C M Y K H S L
Decimal 188 18 171 0 0.90 0.09 0.26 306 0.83 0.4
Hex BC 12 AB 0 5A 9 1A 132 53 28
Octal 274 22 253 0 132 11 32 462 123 50
Binary 10111100 10010 10101011 0 1011010 1001 11010 100110010 1010011 101000

Color Harmonies of #BC12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12AB

Black with #BC12AB

Text Example


Text Example

White with #BC12AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12AB; }

 p { color: rgb(188,18,171); }

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

background-color css

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

 a { background-color: rgb(188,18,171); }

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

border-color css

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

 span { border-color: rgb(188,18,171); }

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