Html Css Color HEX #BC20AF Deep Magenta

📋 copy color: '#BC20AF'

red 188 ◦ green 32 ◦ blue 175

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

Shades of Deep Magenta #BC20AF

Tints of Deep Magenta #BC20AF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.1%

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

R = 47.59%
G = 8.1%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC20AF (or 0xBC20AF) is known color: Deep Magenta. HEX triplet: BC, 20 and AF. RGB value is (188,32,175). Sum of RGB (Red+Green+Blue) = 188+32+175=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC20AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC20AF is #43DF50. Grayscale: #5E5E5E. Windows color (decimal): -4448081 or 11477180. OLE color: 11477180.

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

Color convert

RGB 188 32 175 -
CMYK 0 0.83 0.07 0.26
HSL 305º 0.71% 0.43% -
HSV(B) 305º 0.83% 0.74% -
XYZ 28.99 14.82 41.89 -
YUV 94.95 173.18 194.37 -
System Red Green Blue C M Y K H S L
Decimal 188 32 175 0 0.83 0.07 0.26 305 0.71 0.43
Hex BC 20 AF 0 53 7 1A 131 47 2B
Octal 274 40 257 0 123 7 32 461 107 53
Binary 10111100 100000 10101111 0 1010011 111 11010 100110001 1000111 101011

Color Harmonies of #BC20AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC20AF

Black with #BC20AF

Text Example


Text Example

White with #BC20AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC20AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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