Html Css Color HEX #B31092 Medium Violet Red

📋 copy color: '#B31092'

red 179 ◦ green 16 ◦ blue 146

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

Shades of Medium Violet Red #B31092

Tints of Medium Violet Red #B31092

RGB

 RED value IS 179 (70.31% from 255) = 52.49%

 GREEN value IS 16 (6.64% from 255) = 4.69%

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

R = 52.49%
G = 4.69%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B31092 (or 0xB31092) is known color: Medium Violet Red. HEX triplet: B3, 10 and 92. RGB value is (179,16,146). Sum of RGB (Red+Green+Blue) = 179+16+146=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B31092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31092 is #4CEF6D. Grayscale: #4F4F4F. Windows color (decimal): -5042030 or 9572531. OLE color: 9572531.

HSL color Cylindrical-coordinate representation of color #B31092: hue angle of 312.15º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31092 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 16 146 -
CMYK 0 0.91 0.18 0.30
HSL 312.15º 0.84% 0.38% -
HSV(B) 312.15º 0.91% 0.7% -
XYZ 23.96 12.03 28.25 -
YUV 79.56 165.5 198.93 -
System Red Green Blue C M Y K H S L
Decimal 179 16 146 0 0.91 0.18 0.30 312.15 0.84 0.38
Hex B3 10 92 0 5B 12 1E 138 54 26
Octal 263 20 222 0 133 22 36 470 124 46
Binary 10110011 10000 10010010 0 1011011 10010 11110 100111000 1010100 100110

Color Harmonies of #B31092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31092

Black with #B31092

Text Example


Text Example

White with #B31092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31092; }

 p { color: rgb(179,16,146); }

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

background-color css

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

 a { background-color: rgb(179,16,146); }

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

border-color css

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

 span { border-color: rgb(179,16,146); }

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