Html Css Color HEX #B00EA0 Medium Violet Red

📋 copy color: '#B00EA0'

red 176 ◦ green 14 ◦ blue 160

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

Shades of Medium Violet Red #B00EA0

Tints of Medium Violet Red #B00EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.71%

R = 50.29%
G = 4%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B00EA0 (or 0xB00EA0) is known color: Medium Violet Red. HEX triplet: B0, 0E and A0. RGB value is (176,14,160). Sum of RGB (Red+Green+Blue) = 176+14+160=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B00EA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00EA0 is #4FF15F. Grayscale: #4E4E4E. Windows color (decimal): -5239136 or 10489520. OLE color: 10489520.

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

Color convert

RGB 176 14 160 -
CMYK 0 0.92 0.09 0.31
HSL 305.93º 0.85% 0.37% -
HSV(B) 305.93º 0.92% 0.69% -
XYZ 24.41 12.08 34.3 -
YUV 79.08 173.67 197.13 -
System Red Green Blue C M Y K H S L
Decimal 176 14 160 0 0.92 0.09 0.31 305.93 0.85 0.37
Hex B0 E A0 0 5C 9 1F 132 55 25
Octal 260 16 240 0 134 11 37 462 125 45
Binary 10110000 1110 10100000 0 1011100 1001 11111 100110010 1010101 100101

Color Harmonies of #B00EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00EA0

Black with #B00EA0

Text Example


Text Example

White with #B00EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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