Html Css Color HEX #BC12B8 Deep Magenta

📋 copy color: '#BC12B8'

red 188 ◦ green 18 ◦ blue 184

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

Shades of Deep Magenta #BC12B8

Tints of Deep Magenta #BC12B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.18%

R = 48.21%
G = 4.62%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC12B8 (or 0xBC12B8) is known color: Deep Magenta. HEX triplet: BC, 12 and B8. RGB value is (188,18,184). Sum of RGB (Red+Green+Blue) = 188+18+184=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12B8 is #43ED47. Grayscale: #575757. Windows color (decimal): -4451656 or 12063420. OLE color: 12063420.

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

Color convert

RGB 188 18 184 -
CMYK 0 0.90 0.02 0.26
HSL 301.41º 0.83% 0.4% -
HSV(B) 301.41º 0.9% 0.74% -
XYZ 29.61 14.58 46.6 -
YUV 87.75 182.32 199.5 -
System Red Green Blue C M Y K H S L
Decimal 188 18 184 0 0.90 0.02 0.26 301.41 0.83 0.4
Hex BC 12 B8 0 5A 2 1A 12D 53 28
Octal 274 22 270 0 132 2 32 455 123 50
Binary 10111100 10010 10111000 0 1011010 10 11010 100101101 1010011 101000

Color Harmonies of #BC12B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12B8

Black with #BC12B8

Text Example


Text Example

White with #BC12B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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