Html Css Color HEX #B31088 Medium Violet Red

📋 copy color: '#B31088'

red 179 ◦ green 16 ◦ blue 136

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

Shades of Medium Violet Red #B31088

Tints of Medium Violet Red #B31088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.09%

R = 54.08%
G = 4.83%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B31088 (or 0xB31088) is known color: Medium Violet Red. HEX triplet: B3, 10 and 88. RGB value is (179,16,136). Sum of RGB (Red+Green+Blue) = 179+16+136=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B31088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31088 is #4CEF77. Grayscale: #4E4E4E. Windows color (decimal): -5042040 or 8917171. OLE color: 8917171.

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

Color convert

RGB 179 16 136 -
CMYK 0 0.91 0.24 0.30
HSL 315.83º 0.84% 0.38% -
HSV(B) 315.83º 0.91% 0.7% -
XYZ 23.22 11.73 24.33 -
YUV 78.42 160.5 199.74 -
System Red Green Blue C M Y K H S L
Decimal 179 16 136 0 0.91 0.24 0.30 315.83 0.84 0.38
Hex B3 10 88 0 5B 18 1E 13C 54 26
Octal 263 20 210 0 133 30 36 474 124 46
Binary 10110011 10000 10001000 0 1011011 11000 11110 100111100 1010100 100110

Color Harmonies of #B31088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31088

Black with #B31088

Text Example


Text Example

White with #B31088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31088; }

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

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

background-color css

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

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

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

border-color css

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

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

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