Html Css Color HEX #B70581 Medium Violet Red

📋 copy color: '#B70581'

red 183 ◦ green 5 ◦ blue 129

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

Shades of Medium Violet Red #B70581

Tints of Medium Violet Red #B70581

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

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

R = 57.73%
G = 1.58%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B70581 (or 0xB70581) is known color: Medium Violet Red. HEX triplet: B7, 05 and 81. RGB value is (183,5,129). Sum of RGB (Red+Green+Blue) = 183+5+129=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B70581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70581 is #48FA7E. Grayscale: #484848. Windows color (decimal): -4782719 or 8455607. OLE color: 8455607.

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

Color convert

RGB 183 5 129 -
CMYK 0 0.97 0.30 0.28
HSL 318.2º 0.95% 0.37% -
HSV(B) 318.2º 0.97% 0.72% -
XYZ 23.55 11.76 21.8 -
YUV 72.36 159.97 206.92 -
System Red Green Blue C M Y K H S L
Decimal 183 5 129 0 0.97 0.30 0.28 318.2 0.95 0.37
Hex B7 5 81 0 61 1E 1C 13E 5F 25
Octal 267 5 201 0 141 36 34 476 137 45
Binary 10110111 101 10000001 0 1100001 11110 11100 100111110 1011111 100101

Color Harmonies of #B70581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70581

Black with #B70581

Text Example


Text Example

White with #B70581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70581; }

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

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

background-color css

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

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

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

border-color css

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

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

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