Html Css Color HEX #B70181 Medium Violet Red

📋 copy color: '#B70181'

red 183 ◦ green 1 ◦ blue 129

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

Shades of Medium Violet Red #B70181

Tints of Medium Violet Red #B70181

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 58.47%
G = 0.32%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B70181 (or 0xB70181) is known color: Medium Violet Red. HEX triplet: B7, 01 and 81. RGB value is (183,1,129). Sum of RGB (Red+Green+Blue) = 183+1+129=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B70181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70181 is #48FE7E. Grayscale: #454545. Windows color (decimal): -4783743 or 8454583. OLE color: 8454583.

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

Color convert

RGB 183 1 129 -
CMYK 0 0.99 0.30 0.28
HSL 317.8º 0.99% 0.36% -
HSV(B) 317.8º 0.99% 0.72% -
XYZ 23.5 11.67 21.78 -
YUV 70.01 161.3 208.59 -
System Red Green Blue C M Y K H S L
Decimal 183 1 129 0 0.99 0.30 0.28 317.8 0.99 0.36
Hex B7 1 81 0 63 1E 1C 13E 63 24
Octal 267 1 201 0 143 36 34 476 143 44
Binary 10110111 1 10000001 0 1100011 11110 11100 100111110 1100011 100100

Color Harmonies of #B70181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70181

Black with #B70181

Text Example


Text Example

White with #B70181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70181; }

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

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

background-color css

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

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

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

border-color css

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

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

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