Html Css Color HEX #B00E7F Medium Violet Red

📋 copy color: '#B00E7F'

red 176 ◦ green 14 ◦ blue 127

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

Shades of Medium Violet Red #B00E7F

Tints of Medium Violet Red #B00E7F

RGB

 RED value IS 176 (69.14% from 255) = 55.52%

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

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

R = 55.52%
G = 4.42%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B00E7F (or 0xB00E7F) is known color: Medium Violet Red. HEX triplet: B0, 0E and 7F. RGB value is (176,14,127). Sum of RGB (Red+Green+Blue) = 176+14+127=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00E7F is #4FF180. Grayscale: #4B4B4B. Windows color (decimal): -5239169 or 8326832. OLE color: 8326832.

HSL color Cylindrical-coordinate representation of color #B00E7F: hue angle of 318.15º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00E7F is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 14 127 -
CMYK 0 0.92 0.28 0.31
HSL 318.15º 0.85% 0.37% -
HSV(B) 318.15º 0.92% 0.69% -
XYZ 21.89 11.08 21.06 -
YUV 75.32 157.17 199.81 -
System Red Green Blue C M Y K H S L
Decimal 176 14 127 0 0.92 0.28 0.31 318.15 0.85 0.37
Hex B0 E 7F 0 5C 1C 1F 13E 55 25
Octal 260 16 177 0 134 34 37 476 125 45
Binary 10110000 1110 1111111 0 1011100 11100 11111 100111110 1010101 100101

Color Harmonies of #B00E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00E7F

Black with #B00E7F

Text Example


Text Example

White with #B00E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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