Html Css Color HEX #B32881 Medium Red Violet

📋 copy color: '#B32881'

red 179 ◦ green 40 ◦ blue 129

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

Shades of Medium Red Violet #B32881

Tints of Medium Red Violet #B32881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.07%

R = 51.44%
G = 11.49%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B32881 (or 0xB32881) is known color: Medium Red Violet. HEX triplet: B3, 28 and 81. RGB value is (179,40,129). Sum of RGB (Red+Green+Blue) = 179+40+129=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B32881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32881 is #4CD77E. Grayscale: #5B5B5B. Windows color (decimal): -5035903 or 8464563. OLE color: 8464563.

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

Color convert

RGB 179 40 129 -
CMYK 0 0.78 0.28 0.30
HSL 321.58º 0.63% 0.43% -
HSV(B) 321.58º 0.78% 0.7% -
XYZ 23.31 12.69 21.99 -
YUV 91.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 179 40 129 0 0.78 0.28 0.30 321.58 0.63 0.43
Hex B3 28 81 0 4E 1C 1E 142 3F 2B
Octal 263 50 201 0 116 34 36 502 77 53
Binary 10110011 101000 10000001 0 1001110 11100 11110 101000010 111111 101011

Color Harmonies of #B32881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32881

Black with #B32881

Text Example


Text Example

White with #B32881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32881; }

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

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

background-color css

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

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

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

border-color css

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

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

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