Html Css Color HEX #BC20B2 Deep Magenta

📋 copy color: '#BC20B2'

red 188 ◦ green 32 ◦ blue 178

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

Shades of Deep Magenta #BC20B2

Tints of Deep Magenta #BC20B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.72%

R = 47.24%
G = 8.04%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC20B2 (or 0xBC20B2) is known color: Deep Magenta. HEX triplet: BC, 20 and B2. RGB value is (188,32,178). Sum of RGB (Red+Green+Blue) = 188+32+178=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC20B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC20B2 is #43DF4D. Grayscale: #5E5E5E. Windows color (decimal): -4448078 or 11673788. OLE color: 11673788.

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

Color convert

RGB 188 32 178 -
CMYK 0 0.83 0.05 0.26
HSL 303.85º 0.71% 0.43% -
HSV(B) 303.85º 0.83% 0.74% -
XYZ 29.29 14.94 43.46 -
YUV 95.29 174.68 194.13 -
System Red Green Blue C M Y K H S L
Decimal 188 32 178 0 0.83 0.05 0.26 303.85 0.71 0.43
Hex BC 20 B2 0 53 5 1A 130 47 2B
Octal 274 40 262 0 123 5 32 460 107 53
Binary 10111100 100000 10110010 0 1010011 101 11010 100110000 1000111 101011

Color Harmonies of #BC20B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC20B2

Black with #BC20B2

Text Example


Text Example

White with #BC20B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC20B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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