Html Css Color HEX #B70192 Medium Violet Red

📋 copy color: '#B70192'

red 183 ◦ green 1 ◦ blue 146

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

Shades of Medium Violet Red #B70192

Tints of Medium Violet Red #B70192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 146 (57.42% from 255) = 44.24%

R = 55.45%
G = 0.3%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B70192 (or 0xB70192) is known color: Medium Violet Red. HEX triplet: B7, 01 and 92. RGB value is (183,1,146). Sum of RGB (Red+Green+Blue) = 183+1+146=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B70192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70192 is #48FE6D. Grayscale: #474747. Windows color (decimal): -4783726 or 9568695. OLE color: 9568695.

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

Color convert

RGB 183 1 146 -
CMYK 0 0.99 0.20 0.28
HSL 312.2º 0.99% 0.36% -
HSV(B) 312.2º 0.99% 0.72% -
XYZ 24.73 12.16 28.24 -
YUV 71.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 183 1 146 0 0.99 0.20 0.28 312.2 0.99 0.36
Hex B7 1 92 0 63 14 1C 138 63 24
Octal 267 1 222 0 143 24 34 470 143 44
Binary 10110111 1 10010010 0 1100011 10100 11100 100111000 1100011 100100

Color Harmonies of #B70192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70192

Black with #B70192

Text Example


Text Example

White with #B70192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70192; }

 p { color: rgb(183,1,146); }

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

background-color css

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

 a { background-color: rgb(183,1,146); }

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

border-color css

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

 span { border-color: rgb(183,1,146); }

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