Html Css Color HEX #B70D8D Medium Violet Red

📋 copy color: '#B70D8D'

red 183 ◦ green 13 ◦ blue 141

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

Shades of Medium Violet Red #B70D8D

Tints of Medium Violet Red #B70D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 54.3%
G = 3.86%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B70D8D (or 0xB70D8D) is known color: Medium Violet Red. HEX triplet: B7, 0D and 8D. RGB value is (183,13,141). Sum of RGB (Red+Green+Blue) = 183+13+141=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70D8D is #48F272. Grayscale: #4E4E4E. Windows color (decimal): -4780659 or 9244087. OLE color: 9244087.

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

Color convert

RGB 183 13 141 -
CMYK 0 0.93 0.23 0.28
HSL 314.82º 0.87% 0.38% -
HSV(B) 314.82º 0.93% 0.72% -
XYZ 24.48 12.28 26.28 -
YUV 78.42 163.32 202.59 -
System Red Green Blue C M Y K H S L
Decimal 183 13 141 0 0.93 0.23 0.28 314.82 0.87 0.38
Hex B7 D 8D 0 5D 17 1C 13B 57 26
Octal 267 15 215 0 135 27 34 473 127 46
Binary 10110111 1101 10001101 0 1011101 10111 11100 100111011 1010111 100110

Color Harmonies of #B70D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70D8D

Black with #B70D8D

Text Example


Text Example

White with #B70D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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