Html Css Color HEX #BC20B8 Deep Magenta

📋 copy color: '#BC20B8'

red 188 ◦ green 32 ◦ blue 184

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

Shades of Deep Magenta #BC20B8

Tints of Deep Magenta #BC20B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.54%

R = 46.53%
G = 7.92%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC20B8 (or 0xBC20B8) is known color: Deep Magenta. HEX triplet: BC, 20 and B8. RGB value is (188,32,184). Sum of RGB (Red+Green+Blue) = 188+32+184=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC20B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20B8 is #43DF47. Grayscale: #5F5F5F. Windows color (decimal): -4448072 or 12067004. OLE color: 12067004.

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

Color convert

RGB 188 32 184 -
CMYK 0 0.83 0.02 0.26
HSL 301.54º 0.71% 0.43% -
HSV(B) 301.54º 0.83% 0.74% -
XYZ 29.91 15.19 46.7 -
YUV 95.97 177.68 193.64 -
System Red Green Blue C M Y K H S L
Decimal 188 32 184 0 0.83 0.02 0.26 301.54 0.71 0.43
Hex BC 20 B8 0 53 2 1A 12E 47 2B
Octal 274 40 270 0 123 2 32 456 107 53
Binary 10111100 100000 10111000 0 1010011 10 11010 100101110 1000111 101011

Color Harmonies of #BC20B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC20B8

Black with #BC20B8

Text Example


Text Example

White with #BC20B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC20B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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