Html Css Color HEX #BC0E77 Medium Violet Red

📋 copy color: '#BC0E77'

red 188 ◦ green 14 ◦ blue 119

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

Shades of Medium Violet Red #BC0E77

Tints of Medium Violet Red #BC0E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 58.57%
G = 4.36%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC0E77 (or 0xBC0E77) is known color: Medium Violet Red. HEX triplet: BC, 0E and 77. RGB value is (188,14,119). Sum of RGB (Red+Green+Blue) = 188+14+119=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E77 is #43F188. Grayscale: #4D4D4D. Windows color (decimal): -4452745 or 7802556. OLE color: 7802556.

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

Color convert

RGB 188 14 119 -
CMYK 0 0.93 0.37 0.26
HSL 323.79º 0.86% 0.4% -
HSV(B) 323.79º 0.93% 0.74% -
XYZ 24.23 12.34 18.56 -
YUV 78 151.15 206.46 -
System Red Green Blue C M Y K H S L
Decimal 188 14 119 0 0.93 0.37 0.26 323.79 0.86 0.4
Hex BC E 77 0 5D 25 1A 144 56 28
Octal 274 16 167 0 135 45 32 504 126 50
Binary 10111100 1110 1110111 0 1011101 100101 11010 101000100 1010110 101000

Color Harmonies of #BC0E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E77

Black with #BC0E77

Text Example


Text Example

White with #BC0E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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