Html Css Color HEX #BC0E74 Medium Violet Red

📋 copy color: '#BC0E74'

red 188 ◦ green 14 ◦ blue 116

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

Shades of Medium Violet Red #BC0E74

Tints of Medium Violet Red #BC0E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 59.12%
G = 4.4%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC0E74 (or 0xBC0E74) is known color: Medium Violet Red. HEX triplet: BC, 0E and 74. RGB value is (188,14,116). Sum of RGB (Red+Green+Blue) = 188+14+116=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E74 is #43F18B. Grayscale: #4D4D4D. Windows color (decimal): -4452748 or 7605948. OLE color: 7605948.

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

Color convert

RGB 188 14 116 -
CMYK 0 0.93 0.38 0.26
HSL 324.83º 0.86% 0.4% -
HSV(B) 324.83º 0.93% 0.74% -
XYZ 24.05 12.27 17.62 -
YUV 77.65 149.65 206.71 -
System Red Green Blue C M Y K H S L
Decimal 188 14 116 0 0.93 0.38 0.26 324.83 0.86 0.4
Hex BC E 74 0 5D 26 1A 145 56 28
Octal 274 16 164 0 135 46 32 505 126 50
Binary 10111100 1110 1110100 0 1011101 100110 11010 101000101 1010110 101000

Color Harmonies of #BC0E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E74

Black with #BC0E74

Text Example


Text Example

White with #BC0E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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