Html Css Color HEX #B00E7B Medium Violet Red

📋 copy color: '#B00E7B'

red 176 ◦ green 14 ◦ blue 123

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

Shades of Medium Violet Red #B00E7B

Tints of Medium Violet Red #B00E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.3%

R = 56.23%
G = 4.47%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B00E7B (or 0xB00E7B) is known color: Medium Violet Red. HEX triplet: B0, 0E and 7B. RGB value is (176,14,123). Sum of RGB (Red+Green+Blue) = 176+14+123=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00E7B is #4FF184. Grayscale: #4A4A4A. Windows color (decimal): -5239173 or 8064688. OLE color: 8064688.

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

Color convert

RGB 176 14 123 -
CMYK 0 0.92 0.30 0.31
HSL 319.63º 0.85% 0.37% -
HSV(B) 319.63º 0.92% 0.69% -
XYZ 21.64 10.97 19.72 -
YUV 74.86 155.17 200.14 -
System Red Green Blue C M Y K H S L
Decimal 176 14 123 0 0.92 0.30 0.31 319.63 0.85 0.37
Hex B0 E 7B 0 5C 1E 1F 140 55 25
Octal 260 16 173 0 134 36 37 500 125 45
Binary 10110000 1110 1111011 0 1011100 11110 11111 101000000 1010101 100101

Color Harmonies of #B00E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00E7B

Black with #B00E7B

Text Example


Text Example

White with #B00E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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