Html Css Color HEX #B31087 Medium Violet Red

📋 copy color: '#B31087'

red 179 ◦ green 16 ◦ blue 135

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

Shades of Medium Violet Red #B31087

Tints of Medium Violet Red #B31087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.91%

R = 54.24%
G = 4.85%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B31087 (or 0xB31087) is known color: Medium Violet Red. HEX triplet: B3, 10 and 87. RGB value is (179,16,135). Sum of RGB (Red+Green+Blue) = 179+16+135=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B31087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31087 is #4CEF78. Grayscale: #4D4D4D. Windows color (decimal): -5042041 or 8851635. OLE color: 8851635.

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

Color convert

RGB 179 16 135 -
CMYK 0 0.91 0.25 0.30
HSL 316.2º 0.84% 0.38% -
HSV(B) 316.2º 0.91% 0.7% -
XYZ 23.15 11.7 23.96 -
YUV 78.3 160 199.82 -
System Red Green Blue C M Y K H S L
Decimal 179 16 135 0 0.91 0.25 0.30 316.2 0.84 0.38
Hex B3 10 87 0 5B 19 1E 13C 54 26
Octal 263 20 207 0 133 31 36 474 124 46
Binary 10110011 10000 10000111 0 1011011 11001 11110 100111100 1010100 100110

Color Harmonies of #B31087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31087

Black with #B31087

Text Example


Text Example

White with #B31087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31087; }

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

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

background-color css

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

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

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

border-color css

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

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

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