Html Css Color HEX #B70386 Medium Violet Red

📋 copy color: '#B70386'

red 183 ◦ green 3 ◦ blue 134

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

Shades of Medium Violet Red #B70386

Tints of Medium Violet Red #B70386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

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

R = 57.19%
G = 0.94%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B70386 (or 0xB70386) is known color: Medium Violet Red. HEX triplet: B7, 03 and 86. RGB value is (183,3,134). Sum of RGB (Red+Green+Blue) = 183+3+134=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B70386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70386 is #48FC79. Grayscale: #474747. Windows color (decimal): -4783226 or 8782775. OLE color: 8782775.

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

Color convert

RGB 183 3 134 -
CMYK 0 0.98 0.27 0.28
HSL 316.33º 0.97% 0.36% -
HSV(B) 316.33º 0.98% 0.72% -
XYZ 23.86 11.85 23.58 -
YUV 71.75 163.13 207.35 -
System Red Green Blue C M Y K H S L
Decimal 183 3 134 0 0.98 0.27 0.28 316.33 0.97 0.36
Hex B7 3 86 0 62 1B 1C 13C 61 24
Octal 267 3 206 0 142 33 34 474 141 44
Binary 10110111 11 10000110 0 1100010 11011 11100 100111100 1100001 100100

Color Harmonies of #B70386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70386

Black with #B70386

Text Example


Text Example

White with #B70386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70386; }

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

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

background-color css

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

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

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

border-color css

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

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

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