Html Css Color HEX #B32086 Medium Red Violet

📋 copy color: '#B32086'

red 179 ◦ green 32 ◦ blue 134

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

Shades of Medium Red Violet #B32086

Tints of Medium Red Violet #B32086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.28%

 BLUE value IS 134 (52.73% from 255) = 38.84%

R = 51.88%
G = 9.28%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B32086 (or 0xB32086) is known color: Medium Red Violet. HEX triplet: B3, 20 and 86. RGB value is (179,32,134). Sum of RGB (Red+Green+Blue) = 179+32+134=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B32086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32086 is #4CDF79. Grayscale: #575757. Windows color (decimal): -5037946 or 8790195. OLE color: 8790195.

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

Color convert

RGB 179 32 134 -
CMYK 0 0.82 0.25 0.30
HSL 318.37º 0.7% 0.41% -
HSV(B) 318.37º 0.82% 0.7% -
XYZ 23.41 12.34 23.7 -
YUV 87.58 154.2 193.21 -
System Red Green Blue C M Y K H S L
Decimal 179 32 134 0 0.82 0.25 0.30 318.37 0.7 0.41
Hex B3 20 86 0 52 19 1E 13E 46 29
Octal 263 40 206 0 122 31 36 476 106 51
Binary 10110011 100000 10000110 0 1010010 11001 11110 100111110 1000110 101001

Color Harmonies of #B32086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32086

Black with #B32086

Text Example


Text Example

White with #B32086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32086; }

 p { color: rgb(179,32,134); }

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

background-color css

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

 a { background-color: rgb(179,32,134); }

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

border-color css

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

 span { border-color: rgb(179,32,134); }

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