Html Css Color HEX #BC20B0 Deep Magenta

📋 copy color: '#BC20B0'

red 188 ◦ green 32 ◦ blue 176

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

Shades of Deep Magenta #BC20B0

Tints of Deep Magenta #BC20B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.44%

R = 47.47%
G = 8.08%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC20B0 (or 0xBC20B0) is known color: Deep Magenta. HEX triplet: BC, 20 and B0. RGB value is (188,32,176). Sum of RGB (Red+Green+Blue) = 188+32+176=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC20B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC20B0 is #43DF4F. Grayscale: #5E5E5E. Windows color (decimal): -4448080 or 11542716. OLE color: 11542716.

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

Color convert

RGB 188 32 176 -
CMYK 0 0.83 0.06 0.26
HSL 304.62º 0.71% 0.43% -
HSV(B) 304.62º 0.83% 0.74% -
XYZ 29.09 14.86 42.41 -
YUV 95.06 173.68 194.29 -
System Red Green Blue C M Y K H S L
Decimal 188 32 176 0 0.83 0.06 0.26 304.62 0.71 0.43
Hex BC 20 B0 0 53 6 1A 131 47 2B
Octal 274 40 260 0 123 6 32 461 107 53
Binary 10111100 100000 10110000 0 1010011 110 11010 100110001 1000111 101011

Color Harmonies of #BC20B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC20B0

Black with #BC20B0

Text Example


Text Example

White with #BC20B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC20B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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