Html Css Color HEX #B70290 Medium Violet Red

📋 copy color: '#B70290'

red 183 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #B70290

Tints of Medium Violet Red #B70290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 55.62%
G = 0.61%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B70290 (or 0xB70290) is known color: Medium Violet Red. HEX triplet: B7, 02 and 90. RGB value is (183,2,144). Sum of RGB (Red+Green+Blue) = 183+2+144=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B70290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70290 is #48FD6F. Grayscale: #474747. Windows color (decimal): -4783472 or 9437879. OLE color: 9437879.

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

Color convert

RGB 183 2 144 -
CMYK 0 0.99 0.21 0.28
HSL 312.93º 0.98% 0.36% -
HSV(B) 312.93º 0.99% 0.72% -
XYZ 24.58 12.12 27.43 -
YUV 72.31 168.47 206.95 -
System Red Green Blue C M Y K H S L
Decimal 183 2 144 0 0.99 0.21 0.28 312.93 0.98 0.36
Hex B7 2 90 0 63 15 1C 139 62 24
Octal 267 2 220 0 143 25 34 471 142 44
Binary 10110111 10 10010000 0 1100011 10101 11100 100111001 1100010 100100

Color Harmonies of #B70290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70290

Black with #B70290

Text Example


Text Example

White with #B70290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70290; }

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

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

background-color css

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

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

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

border-color css

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

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

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