Html Css Color HEX #B70D7E Medium Violet Red

📋 copy color: '#B70D7E'

red 183 ◦ green 13 ◦ blue 126

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

Shades of Medium Violet Red #B70D7E

Tints of Medium Violet Red #B70D7E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.04%

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

R = 56.83%
G = 4.04%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B70D7E (or 0xB70D7E) is known color: Medium Violet Red. HEX triplet: B7, 0D and 7E. RGB value is (183,13,126). Sum of RGB (Red+Green+Blue) = 183+13+126=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70D7E is #48F281. Grayscale: #4C4C4C. Windows color (decimal): -4780674 or 8261047. OLE color: 8261047.

HSL color Cylindrical-coordinate representation of color #B70D7E: hue angle of 320.12º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70D7E is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 13 126 -
CMYK 0 0.93 0.31 0.28
HSL 320.12º 0.87% 0.38% -
HSV(B) 320.12º 0.93% 0.72% -
XYZ 23.44 11.86 20.79 -
YUV 76.71 155.82 203.81 -
System Red Green Blue C M Y K H S L
Decimal 183 13 126 0 0.93 0.31 0.28 320.12 0.87 0.38
Hex B7 D 7E 0 5D 1F 1C 140 57 26
Octal 267 15 176 0 135 37 34 500 127 46
Binary 10110111 1101 1111110 0 1011101 11111 11100 101000000 1010111 100110

Color Harmonies of #B70D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70D7E

Black with #B70D7E

Text Example


Text Example

White with #B70D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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