Html Css Color HEX #B70D8F Medium Violet Red

📋 copy color: '#B70D8F'

red 183 ◦ green 13 ◦ blue 143

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

Shades of Medium Violet Red #B70D8F

Tints of Medium Violet Red #B70D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.18%

R = 53.98%
G = 3.83%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B70D8F (or 0xB70D8F) is known color: Medium Violet Red. HEX triplet: B7, 0D and 8F. RGB value is (183,13,143). Sum of RGB (Red+Green+Blue) = 183+13+143=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70D8F is #48F270. Grayscale: #4E4E4E. Windows color (decimal): -4780657 or 9375159. OLE color: 9375159.

HSL color Cylindrical-coordinate representation of color #B70D8F: hue angle of 314.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 #B70D8F is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 13 143 -
CMYK 0 0.93 0.22 0.28
HSL 314.12º 0.87% 0.38% -
HSV(B) 314.12º 0.93% 0.72% -
XYZ 24.63 12.34 27.07 -
YUV 78.65 164.32 202.43 -
System Red Green Blue C M Y K H S L
Decimal 183 13 143 0 0.93 0.22 0.28 314.12 0.87 0.38
Hex B7 D 8F 0 5D 16 1C 13A 57 26
Octal 267 15 217 0 135 26 34 472 127 46
Binary 10110111 1101 10001111 0 1011101 10110 11100 100111010 1010111 100110

Color Harmonies of #B70D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70D8F

Black with #B70D8F

Text Example


Text Example

White with #B70D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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