Html Css Color HEX #B32884 Medium Red Violet

📋 copy color: '#B32884'

red 179 ◦ green 40 ◦ blue 132

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

Shades of Medium Red Violet #B32884

Tints of Medium Red Violet #B32884

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.4%

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

R = 51%
G = 11.4%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B32884 (or 0xB32884) is known color: Medium Red Violet. HEX triplet: B3, 28 and 84. RGB value is (179,40,132). Sum of RGB (Red+Green+Blue) = 179+40+132=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B32884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32884 is #4CD77B. Grayscale: #5B5B5B. Windows color (decimal): -5035900 or 8661171. OLE color: 8661171.

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

Color convert

RGB 179 40 132 -
CMYK 0 0.78 0.26 0.30
HSL 320.29º 0.63% 0.43% -
HSV(B) 320.29º 0.78% 0.7% -
XYZ 23.51 12.77 23.05 -
YUV 92.05 150.55 190.02 -
System Red Green Blue C M Y K H S L
Decimal 179 40 132 0 0.78 0.26 0.30 320.29 0.63 0.43
Hex B3 28 84 0 4E 1A 1E 140 3F 2B
Octal 263 50 204 0 116 32 36 500 77 53
Binary 10110011 101000 10000100 0 1001110 11010 11110 101000000 111111 101011

Color Harmonies of #B32884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32884

Black with #B32884

Text Example


Text Example

White with #B32884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32884; }

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

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

background-color css

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

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

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

border-color css

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

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

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