Html Css Color HEX #BC2A80 Medium Red Violet

📋 copy color: '#BC2A80'

red 188 ◦ green 42 ◦ blue 128

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

Shades of Medium Red Violet #BC2A80

Tints of Medium Red Violet #BC2A80

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.73%

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 52.51%
G = 11.73%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC2A80 (or 0xBC2A80) is known color: Medium Red Violet. HEX triplet: BC, 2A and 80. RGB value is (188,42,128). Sum of RGB (Red+Green+Blue) = 188+42+128=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2A80 is #43D57F. Grayscale: #5F5F5F. Windows color (decimal): -4445568 or 8399548. OLE color: 8399548.

HSL color Cylindrical-coordinate representation of color #BC2A80: hue angle of 324.66º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2A80 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 42 128 -
CMYK 0 0.78 0.32 0.26
HSL 324.66º 0.63% 0.45% -
HSV(B) 324.66º 0.78% 0.74% -
XYZ 25.46 13.91 21.76 -
YUV 95.46 146.37 194.01 -
System Red Green Blue C M Y K H S L
Decimal 188 42 128 0 0.78 0.32 0.26 324.66 0.63 0.45
Hex BC 2A 80 0 4E 20 1A 145 3F 2D
Octal 274 52 200 0 116 40 32 505 77 55
Binary 10111100 101010 10000000 0 1001110 100000 11010 101000101 111111 101101

Color Harmonies of #BC2A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A80

Black with #BC2A80

Text Example


Text Example

White with #BC2A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A80; }

 p { color: rgb(188,42,128); }

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

background-color css

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

 a { background-color: rgb(188,42,128); }

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

border-color css

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

 span { border-color: rgb(188,42,128); }

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