Html Css Color HEX #B70089 Medium Violet Red

📋 copy color: '#B70089'

red 183 ◦ green 0 ◦ blue 137

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

Shades of Medium Violet Red #B70089

Tints of Medium Violet Red #B70089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.81%

R = 57.19%
G = 0%
B = 42.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B70089 (or 0xB70089) is known color: Medium Violet Red. HEX triplet: B7, 00 and 89. RGB value is (183,0,137). Sum of RGB (Red+Green+Blue) = 183+0+137=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B70089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70089 is #48FF76. Grayscale: #454545. Windows color (decimal): -4783991 or 8978615. OLE color: 8978615.

HSL color Cylindrical-coordinate representation of color #B70089: hue angle of 315.08º 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 #B70089 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 0 137 -
CMYK 0 1 0.25 0.28
HSL 315.08º 1% 0.36% -
HSV(B) 315.08º 1% 0.72% -
XYZ 24.04 11.87 24.69 -
YUV 70.34 165.63 208.36 -
System Red Green Blue C M Y K H S L
Decimal 183 0 137 0 1 0.25 0.28 315.08 1 0.36
Hex B7 0 89 0 64 19 1C 13B 64 24
Octal 267 0 211 0 144 31 34 473 144 44
Binary 10110111 0 10001001 0 1100100 11001 11100 100111011 1100100 100100

Color Harmonies of #B70089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70089

Black with #B70089

Text Example


Text Example

White with #B70089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70089; }

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

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

background-color css

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

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

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

border-color css

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

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

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