Html Css Color HEX #BC0E80 Medium Violet Red

📋 copy color: '#BC0E80'

red 188 ◦ green 14 ◦ blue 128

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

Shades of Medium Violet Red #BC0E80

Tints of Medium Violet Red #BC0E80

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.24%

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

R = 56.97%
G = 4.24%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC0E80 (or 0xBC0E80) is known color: Medium Violet Red. HEX triplet: BC, 0E and 80. RGB value is (188,14,128). Sum of RGB (Red+Green+Blue) = 188+14+128=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0E80 is #43F17F. Grayscale: #4E4E4E. Windows color (decimal): -4452736 or 8392380. OLE color: 8392380.

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

Color convert

RGB 188 14 128 -
CMYK 0 0.93 0.32 0.26
HSL 320.69º 0.86% 0.4% -
HSV(B) 320.69º 0.93% 0.74% -
XYZ 24.79 12.56 21.54 -
YUV 79.02 155.65 205.73 -
System Red Green Blue C M Y K H S L
Decimal 188 14 128 0 0.93 0.32 0.26 320.69 0.86 0.4
Hex BC E 80 0 5D 20 1A 141 56 28
Octal 274 16 200 0 135 40 32 501 126 50
Binary 10111100 1110 10000000 0 1011101 100000 11010 101000001 1010110 101000

Color Harmonies of #BC0E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E80

Black with #BC0E80

Text Example


Text Example

White with #BC0E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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