Html Css Color HEX #BC1EBA Deep Magenta

📋 copy color: '#BC1EBA'

red 188 ◦ green 30 ◦ blue 186

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

Shades of Deep Magenta #BC1EBA

Tints of Deep Magenta #BC1EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.43%

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 46.53%
G = 7.43%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC1EBA (or 0xBC1EBA) is known color: Deep Magenta. HEX triplet: BC, 1E and BA. RGB value is (188,30,186). Sum of RGB (Red+Green+Blue) = 188+30+186=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EBA is #43E145. Grayscale: #5E5E5E. Windows color (decimal): -4448582 or 12197564. OLE color: 12197564.

HSL color Cylindrical-coordinate representation of color #BC1EBA: hue angle of 300.76º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1EBA is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 30 186 -
CMYK 0 0.84 0.01 0.26
HSL 300.76º 0.72% 0.43% -
HSV(B) 300.76º 0.84% 0.74% -
XYZ 30.07 15.17 47.8 -
YUV 95.03 179.35 194.32 -
System Red Green Blue C M Y K H S L
Decimal 188 30 186 0 0.84 0.01 0.26 300.76 0.72 0.43
Hex BC 1E BA 0 54 1 1A 12D 48 2B
Octal 274 36 272 0 124 1 32 455 110 53
Binary 10111100 11110 10111010 0 1010100 1 11010 100101101 1001000 101011

Color Harmonies of #BC1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1EBA

Black with #BC1EBA

Text Example


Text Example

White with #BC1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1EBA; }

 p { color: rgb(188,30,186); }

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

background-color css

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

 a { background-color: rgb(188,30,186); }

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

border-color css

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

 span { border-color: rgb(188,30,186); }

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