Html Css Color HEX #B32781 Medium Red Violet

📋 copy color: '#B32781'

red 179 ◦ green 39 ◦ blue 129

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

Shades of Medium Red Violet #B32781

Tints of Medium Red Violet #B32781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.24%

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

R = 51.59%
G = 11.24%
B = 37.18%

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

#B32781 (or 0xB32781) is known color: Medium Red Violet. HEX triplet: B3, 27 and 81. RGB value is (179,39,129). Sum of RGB (Red+Green+Blue) = 179+39+129=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B32781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32781 is #4CD87E. Grayscale: #5A5A5A. Windows color (decimal): -5036159 or 8464307. OLE color: 8464307.

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

Color convert

RGB 179 39 129 -
CMYK 0 0.78 0.28 0.30
HSL 321.43º 0.64% 0.43% -
HSV(B) 321.43º 0.78% 0.7% -
XYZ 23.28 12.62 21.98 -
YUV 91.12 149.38 190.68 -
System Red Green Blue C M Y K H S L
Decimal 179 39 129 0 0.78 0.28 0.30 321.43 0.64 0.43
Hex B3 27 81 0 4E 1C 1E 141 40 2B
Octal 263 47 201 0 116 34 36 501 100 53
Binary 10110011 100111 10000001 0 1001110 11100 11110 101000001 1000000 101011

Color Harmonies of #B32781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32781

Black with #B32781

Text Example


Text Example

White with #B32781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32781; }

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

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

background-color css

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

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

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

border-color css

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

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

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