Html Css Color HEX #B00E95 Medium Violet Red

📋 copy color: '#B00E95'

red 176 ◦ green 14 ◦ blue 149

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

Shades of Medium Violet Red #B00E95

Tints of Medium Violet Red #B00E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 51.92%
G = 4.13%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B00E95 (or 0xB00E95) is known color: Medium Violet Red. HEX triplet: B0, 0E and 95. RGB value is (176,14,149). Sum of RGB (Red+Green+Blue) = 176+14+149=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00E95 is #4FF16A. Grayscale: #4D4D4D. Windows color (decimal): -5239147 or 9768624. OLE color: 9768624.

HSL color Cylindrical-coordinate representation of color #B00E95: hue angle of 310º 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 #B00E95 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 14 149 -
CMYK 0 0.92 0.15 0.31
HSL 310º 0.85% 0.37% -
HSV(B) 310º 0.92% 0.69% -
XYZ 23.49 11.71 29.46 -
YUV 77.83 168.17 198.02 -
System Red Green Blue C M Y K H S L
Decimal 176 14 149 0 0.92 0.15 0.31 310 0.85 0.37
Hex B0 E 95 0 5C F 1F 136 55 25
Octal 260 16 225 0 134 17 37 466 125 45
Binary 10110000 1110 10010101 0 1011100 1111 11111 100110110 1010101 100101

Color Harmonies of #B00E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00E95

Black with #B00E95

Text Example


Text Example

White with #B00E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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