Html Css Color HEX #B32E85 Medium Red Violet

📋 copy color: '#B32E85'

red 179 ◦ green 46 ◦ blue 133

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

Shades of Medium Red Violet #B32E85

Tints of Medium Red Violet #B32E85

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.85%

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 50%
G = 12.85%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B32E85 (or 0xB32E85) is known color: Medium Red Violet. HEX triplet: B3, 2E and 85. RGB value is (179,46,133). Sum of RGB (Red+Green+Blue) = 179+46+133=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32E85 is #4CD17A. Grayscale: #5F5F5F. Windows color (decimal): -5034363 or 8728243. OLE color: 8728243.

HSL color Cylindrical-coordinate representation of color #B32E85: hue angle of 320.75º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32E85 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 46 133 -
CMYK 0 0.74 0.26 0.30
HSL 320.75º 0.59% 0.44% -
HSV(B) 320.75º 0.74% 0.7% -
XYZ 23.8 13.23 23.49 -
YUV 95.69 149.06 187.43 -
System Red Green Blue C M Y K H S L
Decimal 179 46 133 0 0.74 0.26 0.30 320.75 0.59 0.44
Hex B3 2E 85 0 4A 1A 1E 141 3B 2C
Octal 263 56 205 0 112 32 36 501 73 54
Binary 10110011 101110 10000101 0 1001010 11010 11110 101000001 111011 101100

Color Harmonies of #B32E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32E85

Black with #B32E85

Text Example


Text Example

White with #B32E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32E85; }

 p { color: rgb(179,46,133); }

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

background-color css

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

 a { background-color: rgb(179,46,133); }

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

border-color css

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

 span { border-color: rgb(179,46,133); }

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