Html Css Color HEX #B70D89 Medium Violet Red

📋 copy color: '#B70D89'

red 183 ◦ green 13 ◦ blue 137

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

Shades of Medium Violet Red #B70D89

Tints of Medium Violet Red #B70D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.14%

R = 54.95%
G = 3.9%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B70D89 (or 0xB70D89) is known color: Medium Violet Red. HEX triplet: B7, 0D and 89. RGB value is (183,13,137). Sum of RGB (Red+Green+Blue) = 183+13+137=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70D89 is #48F276. Grayscale: #4D4D4D. Windows color (decimal): -4780663 or 8981943. OLE color: 8981943.

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

Color convert

RGB 183 13 137 -
CMYK 0 0.93 0.25 0.28
HSL 316.24º 0.87% 0.38% -
HSV(B) 316.24º 0.93% 0.72% -
XYZ 24.19 12.16 24.74 -
YUV 77.97 161.32 202.92 -
System Red Green Blue C M Y K H S L
Decimal 183 13 137 0 0.93 0.25 0.28 316.24 0.87 0.38
Hex B7 D 89 0 5D 19 1C 13C 57 26
Octal 267 15 211 0 135 31 34 474 127 46
Binary 10110111 1101 10001001 0 1011101 11001 11100 100111100 1010111 100110

Color Harmonies of #B70D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70D89

Black with #B70D89

Text Example


Text Example

White with #B70D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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