Html Css Color HEX #BC1EAF Deep Magenta

📋 copy color: '#BC1EAF'

red 188 ◦ green 30 ◦ blue 175

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

Shades of Deep Magenta #BC1EAF

Tints of Deep Magenta #BC1EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.53%

R = 47.84%
G = 7.63%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC1EAF (or 0xBC1EAF) is known color: Deep Magenta. HEX triplet: BC, 1E and AF. RGB value is (188,30,175). Sum of RGB (Red+Green+Blue) = 188+30+175=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1EAF is #43E150. Grayscale: #5D5D5D. Windows color (decimal): -4448593 or 11476668. OLE color: 11476668.

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

Color convert

RGB 188 30 175 -
CMYK 0 0.84 0.07 0.26
HSL 304.94º 0.72% 0.43% -
HSV(B) 304.94º 0.84% 0.74% -
XYZ 28.94 14.72 41.87 -
YUV 93.77 173.85 195.21 -
System Red Green Blue C M Y K H S L
Decimal 188 30 175 0 0.84 0.07 0.26 304.94 0.72 0.43
Hex BC 1E AF 0 54 7 1A 131 48 2B
Octal 274 36 257 0 124 7 32 461 110 53
Binary 10111100 11110 10101111 0 1010100 111 11010 100110001 1001000 101011

Color Harmonies of #BC1EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1EAF

Black with #BC1EAF

Text Example


Text Example

White with #BC1EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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