Html Css Color HEX #B31082 Medium Violet Red

📋 copy color: '#B31082'

red 179 ◦ green 16 ◦ blue 130

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

Shades of Medium Violet Red #B31082

Tints of Medium Violet Red #B31082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40%

R = 55.08%
G = 4.92%
B = 40%

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

#B31082 (or 0xB31082) is known color: Medium Violet Red. HEX triplet: B3, 10 and 82. RGB value is (179,16,130). Sum of RGB (Red+Green+Blue) = 179+16+130=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B31082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31082 is #4CEF7D. Grayscale: #4D4D4D. Windows color (decimal): -5042046 or 8523955. OLE color: 8523955.

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

Color convert

RGB 179 16 130 -
CMYK 0 0.91 0.27 0.30
HSL 318.04º 0.84% 0.38% -
HSV(B) 318.04º 0.91% 0.7% -
XYZ 22.8 11.57 22.15 -
YUV 77.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 179 16 130 0 0.91 0.27 0.30 318.04 0.84 0.38
Hex B3 10 82 0 5B 1B 1E 13E 54 26
Octal 263 20 202 0 133 33 36 476 124 46
Binary 10110011 10000 10000010 0 1011011 11011 11110 100111110 1010100 100110

Color Harmonies of #B31082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31082

Black with #B31082

Text Example


Text Example

White with #B31082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31082; }

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

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

background-color css

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

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

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

border-color css

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

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

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