Html Css Color HEX #B70086 Medium Violet Red

📋 copy color: '#B70086'

red 183 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #B70086

Tints of Medium Violet Red #B70086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 134 (52.73% from 255) = 42.27%

R = 57.73%
G = 0%
B = 42.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B70086 (or 0xB70086) is known color: Medium Violet Red. HEX triplet: B7, 00 and 86. RGB value is (183,0,134). Sum of RGB (Red+Green+Blue) = 183+0+134=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B70086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70086 is #48FF79. Grayscale: #454545. Windows color (decimal): -4783994 or 8782007. OLE color: 8782007.

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

Color convert

RGB 183 0 134 -
CMYK 0 1 0.27 0.28
HSL 316.07º 1% 0.36% -
HSV(B) 316.07º 1% 0.72% -
XYZ 23.83 11.79 23.57 -
YUV 69.99 164.13 208.6 -
System Red Green Blue C M Y K H S L
Decimal 183 0 134 0 1 0.27 0.28 316.07 1 0.36
Hex B7 0 86 0 64 1B 1C 13C 64 24
Octal 267 0 206 0 144 33 34 474 144 44
Binary 10110111 0 10000110 0 1100100 11011 11100 100111100 1100100 100100

Color Harmonies of #B70086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70086

Black with #B70086

Text Example


Text Example

White with #B70086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70086; }

 p { color: rgb(183,0,134); }

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

background-color css

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

 a { background-color: rgb(183,0,134); }

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

border-color css

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

 span { border-color: rgb(183,0,134); }

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