Html Css Color HEX #B31083 Medium Violet Red

📋 copy color: '#B31083'

red 179 ◦ green 16 ◦ blue 131

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

Shades of Medium Violet Red #B31083

Tints of Medium Violet Red #B31083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.18%

R = 54.91%
G = 4.91%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B31083 (or 0xB31083) is known color: Medium Violet Red. HEX triplet: B3, 10 and 83. RGB value is (179,16,131). Sum of RGB (Red+Green+Blue) = 179+16+131=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B31083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31083 is #4CEF7C. Grayscale: #4D4D4D. Windows color (decimal): -5042045 or 8589491. OLE color: 8589491.

HSL color Cylindrical-coordinate representation of color #B31083: hue angle of 317.67º 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 #B31083 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 16 131 -
CMYK 0 0.91 0.27 0.30
HSL 317.67º 0.84% 0.38% -
HSV(B) 317.67º 0.91% 0.7% -
XYZ 22.87 11.59 22.5 -
YUV 77.85 158 200.15 -
System Red Green Blue C M Y K H S L
Decimal 179 16 131 0 0.91 0.27 0.30 317.67 0.84 0.38
Hex B3 10 83 0 5B 1B 1E 13E 54 26
Octal 263 20 203 0 133 33 36 476 124 46
Binary 10110011 10000 10000011 0 1011011 11011 11110 100111110 1010100 100110

Color Harmonies of #B31083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31083

Black with #B31083

Text Example


Text Example

White with #B31083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31083; }

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

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

background-color css

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

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

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

border-color css

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

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

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