Html Css Color HEX #B00E82 Medium Violet Red

📋 copy color: '#B00E82'

red 176 ◦ green 14 ◦ blue 130

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

Shades of Medium Violet Red #B00E82

Tints of Medium Violet Red #B00E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.63%

R = 55%
G = 4.38%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B00E82 (or 0xB00E82) is known color: Medium Violet Red. HEX triplet: B0, 0E and 82. RGB value is (176,14,130). Sum of RGB (Red+Green+Blue) = 176+14+130=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00E82 is #4FF17D. Grayscale: #4B4B4B. Windows color (decimal): -5239166 or 8523440. OLE color: 8523440.

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

Color convert

RGB 176 14 130 -
CMYK 0 0.92 0.26 0.31
HSL 317.04º 0.85% 0.37% -
HSV(B) 317.04º 0.92% 0.69% -
XYZ 22.09 11.16 22.11 -
YUV 75.66 158.67 199.57 -
System Red Green Blue C M Y K H S L
Decimal 176 14 130 0 0.92 0.26 0.31 317.04 0.85 0.37
Hex B0 E 82 0 5C 1A 1F 13D 55 25
Octal 260 16 202 0 134 32 37 475 125 45
Binary 10110000 1110 10000010 0 1011100 11010 11111 100111101 1010101 100101

Color Harmonies of #B00E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00E82

Black with #B00E82

Text Example


Text Example

White with #B00E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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