Html Css Color HEX #BC12B4 Deep Magenta

📋 copy color: '#BC12B4'

red 188 ◦ green 18 ◦ blue 180

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

Shades of Deep Magenta #BC12B4

Tints of Deep Magenta #BC12B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.63%

R = 48.7%
G = 4.66%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC12B4 (or 0xBC12B4) is known color: Deep Magenta. HEX triplet: BC, 12 and B4. RGB value is (188,18,180). Sum of RGB (Red+Green+Blue) = 188+18+180=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12B4 is #43ED4B. Grayscale: #565656. Windows color (decimal): -4451660 or 11801276. OLE color: 11801276.

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

Color convert

RGB 188 18 180 -
CMYK 0 0.90 0.04 0.26
HSL 302.82º 0.83% 0.4% -
HSV(B) 302.82º 0.9% 0.74% -
XYZ 29.19 14.42 44.42 -
YUV 87.3 180.32 199.83 -
System Red Green Blue C M Y K H S L
Decimal 188 18 180 0 0.90 0.04 0.26 302.82 0.83 0.4
Hex BC 12 B4 0 5A 4 1A 12F 53 28
Octal 274 22 264 0 132 4 32 457 123 50
Binary 10111100 10010 10110100 0 1011010 100 11010 100101111 1010011 101000

Color Harmonies of #BC12B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12B4

Black with #BC12B4

Text Example


Text Example

White with #BC12B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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