Html Css Color HEX #B32D8A Medium Red Violet

📋 copy color: '#B32D8A'

red 179 ◦ green 45 ◦ blue 138

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

Shades of Medium Red Violet #B32D8A

Tints of Medium Red Violet #B32D8A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.43%

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 49.45%
G = 12.43%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B32D8A (or 0xB32D8A) is known color: Medium Red Violet. HEX triplet: B3, 2D and 8A. RGB value is (179,45,138). Sum of RGB (Red+Green+Blue) = 179+45+138=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32D8A is #4CD275. Grayscale: #5F5F5F. Windows color (decimal): -5034614 or 9055667. OLE color: 9055667.

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

Color convert

RGB 179 45 138 -
CMYK 0 0.75 0.23 0.30
HSL 318.36º 0.6% 0.44% -
HSV(B) 318.36º 0.75% 0.7% -
XYZ 24.12 13.3 25.34 -
YUV 95.67 151.89 187.44 -
System Red Green Blue C M Y K H S L
Decimal 179 45 138 0 0.75 0.23 0.30 318.36 0.6 0.44
Hex B3 2D 8A 0 4B 17 1E 13E 3C 2C
Octal 263 55 212 0 113 27 36 476 74 54
Binary 10110011 101101 10001010 0 1001011 10111 11110 100111110 111100 101100

Color Harmonies of #B32D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32D8A

Black with #B32D8A

Text Example


Text Example

White with #B32D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32D8A; }

 p { color: rgb(179,45,138); }

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

background-color css

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

 a { background-color: rgb(179,45,138); }

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

border-color css

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

 span { border-color: rgb(179,45,138); }

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