Html Css Color HEX #BC12B1 Deep Magenta

📋 copy color: '#BC12B1'

red 188 ◦ green 18 ◦ blue 177

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

Shades of Deep Magenta #BC12B1

Tints of Deep Magenta #BC12B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.21%

R = 49.09%
G = 4.7%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC12B1 (or 0xBC12B1) is known color: Deep Magenta. HEX triplet: BC, 12 and B1. RGB value is (188,18,177). Sum of RGB (Red+Green+Blue) = 188+18+177=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC12B1 is #43ED4E. Grayscale: #565656. Windows color (decimal): -4451663 or 11604668. OLE color: 11604668.

HSL color Cylindrical-coordinate representation of color #BC12B1: hue angle of 303.88º 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 #BC12B1 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 177 -
CMYK 0 0.90 0.06 0.26
HSL 303.88º 0.83% 0.4% -
HSV(B) 303.88º 0.9% 0.74% -
XYZ 28.89 14.3 42.83 -
YUV 86.96 178.82 200.07 -
System Red Green Blue C M Y K H S L
Decimal 188 18 177 0 0.90 0.06 0.26 303.88 0.83 0.4
Hex BC 12 B1 0 5A 6 1A 130 53 28
Octal 274 22 261 0 132 6 32 460 123 50
Binary 10111100 10010 10110001 0 1011010 110 11010 100110000 1010011 101000

Color Harmonies of #BC12B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12B1

Black with #BC12B1

Text Example


Text Example

White with #BC12B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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