Html Css Color HEX #BC1EC9 Deep Magenta

📋 copy color: '#BC1EC9'

red 188 ◦ green 30 ◦ blue 201

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

Shades of Deep Magenta #BC1EC9

Tints of Deep Magenta #BC1EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.97%

R = 44.87%
G = 7.16%
B = 47.97%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC1EC9 (or 0xBC1EC9) is known color: Deep Magenta. HEX triplet: BC, 1E and C9. RGB value is (188,30,201). Sum of RGB (Red+Green+Blue) = 188+30+201=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC1EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EC9 is #43E136. Grayscale: #606060. Windows color (decimal): -4448567 or 13180604. OLE color: 13180604.

HSL color Cylindrical-coordinate representation of color #BC1EC9: hue angle of 295.44º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1EC9 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 30 201 -
CMYK 0.06 0.85 0 0.21
HSL 295.44º 0.74% 0.45% -
HSV(B) 295.44º 0.85% 0.79% -
XYZ 31.75 15.84 56.64 -
YUV 96.74 186.85 193.1 -
System Red Green Blue C M Y K H S L
Decimal 188 30 201 0.06 0.85 0 0.21 295.44 0.74 0.45
Hex BC 1E C9 6 55 0 15 127 4A 2D
Octal 274 36 311 6 125 0 25 447 112 55
Binary 10111100 11110 11001001 110 1010101 0 10101 100100111 1001010 101101

Color Harmonies of #BC1EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1EC9

Black with #BC1EC9

Text Example


Text Example

White with #BC1EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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