Html Css Color HEX #B70090 Medium Violet Red

📋 copy color: '#B70090'

red 183 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #B70090

Tints of Medium Violet Red #B70090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 55.96%
G = 0%
B = 44.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B70090 (or 0xB70090) is known color: Medium Violet Red. HEX triplet: B7, 00 and 90. RGB value is (183,0,144). Sum of RGB (Red+Green+Blue) = 183+0+144=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B70090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70090 is #48FF6F. Grayscale: #464646. Windows color (decimal): -4783984 or 9437367. OLE color: 9437367.

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

Color convert

RGB 183 0 144 -
CMYK 0 1 0.21 0.28
HSL 312.79º 1% 0.36% -
HSV(B) 312.79º 1% 0.72% -
XYZ 24.56 12.08 27.42 -
YUV 71.13 169.13 207.79 -
System Red Green Blue C M Y K H S L
Decimal 183 0 144 0 1 0.21 0.28 312.79 1 0.36
Hex B7 0 90 0 64 15 1C 139 64 24
Octal 267 0 220 0 144 25 34 471 144 44
Binary 10110111 0 10010000 0 1100100 10101 11100 100111001 1100100 100100

Color Harmonies of #B70090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70090

Black with #B70090

Text Example


Text Example

White with #B70090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70090; }

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

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

background-color css

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

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

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

border-color css

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

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

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