Html Css Color HEX #BC0E7F Medium Violet Red

📋 copy color: '#BC0E7F'

red 188 ◦ green 14 ◦ blue 127

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

Shades of Medium Violet Red #BC0E7F

Tints of Medium Violet Red #BC0E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.6%

R = 57.14%
G = 4.26%
B = 38.6%

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

#BC0E7F (or 0xBC0E7F) is known color: Medium Violet Red. HEX triplet: BC, 0E and 7F. RGB value is (188,14,127). Sum of RGB (Red+Green+Blue) = 188+14+127=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E7F is #43F180. Grayscale: #4E4E4E. Windows color (decimal): -4452737 or 8326844. OLE color: 8326844.

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

Color convert

RGB 188 14 127 -
CMYK 0 0.93 0.32 0.26
HSL 321.03º 0.86% 0.4% -
HSV(B) 321.03º 0.93% 0.74% -
XYZ 24.73 12.54 21.2 -
YUV 78.91 155.15 205.81 -
System Red Green Blue C M Y K H S L
Decimal 188 14 127 0 0.93 0.32 0.26 321.03 0.86 0.4
Hex BC E 7F 0 5D 20 1A 141 56 28
Octal 274 16 177 0 135 40 32 501 126 50
Binary 10111100 1110 1111111 0 1011101 100000 11010 101000001 1010110 101000

Color Harmonies of #BC0E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E7F

Black with #BC0E7F

Text Example


Text Example

White with #BC0E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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