Html Css Color HEX #B70E7A Medium Violet Red

📋 copy color: '#B70E7A'

red 183 ◦ green 14 ◦ blue 122

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

Shades of Medium Violet Red #B70E7A

Tints of Medium Violet Red #B70E7A

RGB

 RED value IS 183 (71.88% from 255) = 57.37%

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

 BLUE value IS 122 (48.05% from 255) = 38.24%

R = 57.37%
G = 4.39%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B70E7A (or 0xB70E7A) is known color: Medium Violet Red. HEX triplet: B7, 0E and 7A. RGB value is (183,14,122). Sum of RGB (Red+Green+Blue) = 183+14+122=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70E7A is #48F185. Grayscale: #4C4C4C. Windows color (decimal): -4780422 or 7999159. OLE color: 7999159.

HSL color Cylindrical-coordinate representation of color #B70E7A: hue angle of 321.66º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70E7A is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 14 122 -
CMYK 0 0.92 0.33 0.28
HSL 321.66º 0.86% 0.39% -
HSV(B) 321.66º 0.92% 0.72% -
XYZ 23.2 11.79 19.46 -
YUV 76.84 153.49 203.72 -
System Red Green Blue C M Y K H S L
Decimal 183 14 122 0 0.92 0.33 0.28 321.66 0.86 0.39
Hex B7 E 7A 0 5C 21 1C 142 56 27
Octal 267 16 172 0 134 41 34 502 126 47
Binary 10110111 1110 1111010 0 1011100 100001 11100 101000010 1010110 100111

Color Harmonies of #B70E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70E7A

Black with #B70E7A

Text Example


Text Example

White with #B70E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70E7A; }

 p { color: rgb(183,14,122); }

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

background-color css

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

 a { background-color: rgb(183,14,122); }

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

border-color css

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

 span { border-color: rgb(183,14,122); }

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