Html Css Color HEX #B70481 Medium Violet Red

📋 copy color: '#B70481'

red 183 ◦ green 4 ◦ blue 129

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

Shades of Medium Violet Red #B70481

Tints of Medium Violet Red #B70481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

 BLUE value IS 129 (50.78% from 255) = 40.82%

R = 57.91%
G = 1.27%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B70481 (or 0xB70481) is known color: Medium Violet Red. HEX triplet: B7, 04 and 81. RGB value is (183,4,129). Sum of RGB (Red+Green+Blue) = 183+4+129=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B70481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70481 is #48FB7E. Grayscale: #474747. Windows color (decimal): -4782975 or 8455351. OLE color: 8455351.

HSL color Cylindrical-coordinate representation of color #B70481: hue angle of 318.1º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70481 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 4 129 -
CMYK 0 0.98 0.30 0.28
HSL 318.1º 0.96% 0.37% -
HSV(B) 318.1º 0.98% 0.72% -
XYZ 23.53 11.74 21.79 -
YUV 71.77 160.3 207.34 -
System Red Green Blue C M Y K H S L
Decimal 183 4 129 0 0.98 0.30 0.28 318.1 0.96 0.37
Hex B7 4 81 0 62 1E 1C 13E 60 25
Octal 267 4 201 0 142 36 34 476 140 45
Binary 10110111 100 10000001 0 1100010 11110 11100 100111110 1100000 100101

Color Harmonies of #B70481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70481

Black with #B70481

Text Example


Text Example

White with #B70481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70481; }

 p { color: rgb(183,4,129); }

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

background-color css

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

 a { background-color: rgb(183,4,129); }

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

border-color css

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

 span { border-color: rgb(183,4,129); }

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