Html Css Color HEX #B32DA1 Medium Red Violet

📋 copy color: '#B32DA1'

red 179 ◦ green 45 ◦ blue 161

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

Shades of Medium Red Violet #B32DA1

Tints of Medium Red Violet #B32DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.82%

R = 46.49%
G = 11.69%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B32DA1 (or 0xB32DA1) is known color: Medium Red Violet. HEX triplet: B3, 2D and A1. RGB value is (179,45,161). Sum of RGB (Red+Green+Blue) = 179+45+161=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B32DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32DA1 is #4CD25E. Grayscale: #616161. Windows color (decimal): -5034591 or 10562995. OLE color: 10562995.

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

Color convert

RGB 179 45 161 -
CMYK 0 0.75 0.10 0.30
HSL 308.06º 0.6% 0.44% -
HSV(B) 308.06º 0.75% 0.7% -
XYZ 25.96 14.03 35.06 -
YUV 98.29 163.39 185.57 -
System Red Green Blue C M Y K H S L
Decimal 179 45 161 0 0.75 0.10 0.30 308.06 0.6 0.44
Hex B3 2D A1 0 4B A 1E 134 3C 2C
Octal 263 55 241 0 113 12 36 464 74 54
Binary 10110011 101101 10100001 0 1001011 1010 11110 100110100 111100 101100

Color Harmonies of #B32DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32DA1

Black with #B32DA1

Text Example


Text Example

White with #B32DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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