Html Css Color HEX #B32A7D Medium Red Violet

📋 copy color: '#B32A7D'

red 179 ◦ green 42 ◦ blue 125

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

Shades of Medium Red Violet #B32A7D

Tints of Medium Red Violet #B32A7D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.14%

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 51.73%
G = 12.14%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B32A7D (or 0xB32A7D) is known color: Medium Red Violet. HEX triplet: B3, 2A and 7D. RGB value is (179,42,125). Sum of RGB (Red+Green+Blue) = 179+42+125=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32A7D is #4CD582. Grayscale: #5C5C5C. Windows color (decimal): -5035395 or 8202931. OLE color: 8202931.

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

Color convert

RGB 179 42 125 -
CMYK 0 0.77 0.30 0.30
HSL 323.65º 0.62% 0.43% -
HSV(B) 323.65º 0.77% 0.7% -
XYZ 23.12 12.72 20.64 -
YUV 92.43 146.39 189.75 -
System Red Green Blue C M Y K H S L
Decimal 179 42 125 0 0.77 0.30 0.30 323.65 0.62 0.43
Hex B3 2A 7D 0 4D 1E 1E 144 3E 2B
Octal 263 52 175 0 115 36 36 504 76 53
Binary 10110011 101010 1111101 0 1001101 11110 11110 101000100 111110 101011

Color Harmonies of #B32A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32A7D

Black with #B32A7D

Text Example


Text Example

White with #B32A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32A7D; }

 p { color: rgb(179,42,125); }

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

background-color css

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

 a { background-color: rgb(179,42,125); }

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

border-color css

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

 span { border-color: rgb(179,42,125); }

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