Html Css Color HEX #B70E7E Medium Violet Red

📋 copy color: '#B70E7E'

red 183 ◦ green 14 ◦ blue 126

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

Shades of Medium Violet Red #B70E7E

Tints of Medium Violet Red #B70E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.01%

R = 56.66%
G = 4.33%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B70E7E (or 0xB70E7E) is known color: Medium Violet Red. HEX triplet: B7, 0E and 7E. RGB value is (183,14,126). Sum of RGB (Red+Green+Blue) = 183+14+126=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70E7E is #48F181. Grayscale: #4D4D4D. Windows color (decimal): -4780418 or 8261303. OLE color: 8261303.

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

Color convert

RGB 183 14 126 -
CMYK 0 0.92 0.31 0.28
HSL 320.24º 0.86% 0.39% -
HSV(B) 320.24º 0.92% 0.72% -
XYZ 23.45 11.89 20.8 -
YUV 77.3 155.49 203.39 -
System Red Green Blue C M Y K H S L
Decimal 183 14 126 0 0.92 0.31 0.28 320.24 0.86 0.39
Hex B7 E 7E 0 5C 1F 1C 140 56 27
Octal 267 16 176 0 134 37 34 500 126 47
Binary 10110111 1110 1111110 0 1011100 11111 11100 101000000 1010110 100111

Color Harmonies of #B70E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70E7E

Black with #B70E7E

Text Example


Text Example

White with #B70E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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