Html Css Color HEX #BC1FAF Deep Magenta

📋 copy color: '#BC1FAF'

red 188 ◦ green 31 ◦ blue 175

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

Shades of Deep Magenta #BC1FAF

Tints of Deep Magenta #BC1FAF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.87%

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

R = 47.72%
G = 7.87%
B = 44.42%

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

#BC1FAF (or 0xBC1FAF) is known color: Deep Magenta. HEX triplet: BC, 1F and AF. RGB value is (188,31,175). Sum of RGB (Red+Green+Blue) = 188+31+175=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1FAF is #43E050. Grayscale: #5D5D5D. Windows color (decimal): -4448337 or 11476924. OLE color: 11476924.

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

Color convert

RGB 188 31 175 -
CMYK 0 0.84 0.07 0.26
HSL 304.97º 0.72% 0.43% -
HSV(B) 304.97º 0.84% 0.74% -
XYZ 28.97 14.77 41.88 -
YUV 94.36 173.51 194.79 -
System Red Green Blue C M Y K H S L
Decimal 188 31 175 0 0.84 0.07 0.26 304.97 0.72 0.43
Hex BC 1F AF 0 54 7 1A 131 48 2B
Octal 274 37 257 0 124 7 32 461 110 53
Binary 10111100 11111 10101111 0 1010100 111 11010 100110001 1001000 101011

Color Harmonies of #BC1FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1FAF

Black with #BC1FAF

Text Example


Text Example

White with #BC1FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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