Html Css Color HEX #B31284 Medium Violet Red

📋 copy color: '#B31284'

red 179 ◦ green 18 ◦ blue 132

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

Shades of Medium Violet Red #B31284

Tints of Medium Violet Red #B31284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.47%

 BLUE value IS 132 (51.95% from 255) = 40.12%

R = 54.41%
G = 5.47%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B31284 (or 0xB31284) is known color: Medium Violet Red. HEX triplet: B3, 12 and 84. RGB value is (179,18,132). Sum of RGB (Red+Green+Blue) = 179+18+132=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B31284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31284 is #4CED7B. Grayscale: #4E4E4E. Windows color (decimal): -5041532 or 8655539. OLE color: 8655539.

HSL color Cylindrical-coordinate representation of color #B31284: hue angle of 317.52º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31284 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 18 132 -
CMYK 0 0.90 0.26 0.30
HSL 317.52º 0.82% 0.39% -
HSV(B) 317.52º 0.9% 0.7% -
XYZ 22.97 11.68 22.87 -
YUV 79.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 179 18 132 0 0.90 0.26 0.30 317.52 0.82 0.39
Hex B3 12 84 0 5A 1A 1E 13E 52 27
Octal 263 22 204 0 132 32 36 476 122 47
Binary 10110011 10010 10000100 0 1011010 11010 11110 100111110 1010010 100111

Color Harmonies of #B31284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31284

Black with #B31284

Text Example


Text Example

White with #B31284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31284; }

 p { color: rgb(179,18,132); }

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

background-color css

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

 a { background-color: rgb(179,18,132); }

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

border-color css

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

 span { border-color: rgb(179,18,132); }

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