Html Css Color HEX #B31074 Medium Violet Red

📋 copy color: '#B31074'

red 179 ◦ green 16 ◦ blue 116

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

Shades of Medium Violet Red #B31074

Tints of Medium Violet Red #B31074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 57.56%
G = 5.14%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B31074 (or 0xB31074) is known color: Medium Violet Red. HEX triplet: B3, 10 and 74. RGB value is (179,16,116). Sum of RGB (Red+Green+Blue) = 179+16+116=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B31074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31074 is #4CEF8B. Grayscale: #4B4B4B. Windows color (decimal): -5042060 or 7606451. OLE color: 7606451.

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

Color convert

RGB 179 16 116 -
CMYK 0 0.91 0.35 0.30
HSL 323.19º 0.84% 0.38% -
HSV(B) 323.19º 0.91% 0.7% -
XYZ 21.93 11.22 17.53 -
YUV 76.14 150.5 201.37 -
System Red Green Blue C M Y K H S L
Decimal 179 16 116 0 0.91 0.35 0.30 323.19 0.84 0.38
Hex B3 10 74 0 5B 23 1E 143 54 26
Octal 263 20 164 0 133 43 36 503 124 46
Binary 10110011 10000 1110100 0 1011011 100011 11110 101000011 1010100 100110

Color Harmonies of #B31074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31074

Black with #B31074

Text Example


Text Example

White with #B31074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31074; }

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

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

background-color css

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

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

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

border-color css

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

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

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