Html Css Color HEX #B932A1 Medium Red Violet

📋 copy color: '#B932A1'

red 185 ◦ green 50 ◦ blue 161

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

Shades of Medium Red Violet #B932A1

Tints of Medium Red Violet #B932A1

RGB

 RED value IS 185 (72.66% from 255) = 46.72%

 GREEN value IS 50 (19.92% from 255) = 12.63%

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

R = 46.72%
G = 12.63%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B932A1 (or 0xB932A1) is known color: Medium Red Violet. HEX triplet: B9, 32 and A1. RGB value is (185,50,161). Sum of RGB (Red+Green+Blue) = 185+50+161=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B932A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B932A1 is #46CD5E. Grayscale: #666666. Windows color (decimal): -4640095 or 10564281. OLE color: 10564281.

HSL color Cylindrical-coordinate representation of color #B932A1: hue angle of 310.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B932A1 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 50 161 -
CMYK 0 0.73 0.13 0.27
HSL 310.67º 0.57% 0.46% -
HSV(B) 310.67º 0.73% 0.73% -
XYZ 27.58 15.17 35.19 -
YUV 103.02 160.73 186.47 -
System Red Green Blue C M Y K H S L
Decimal 185 50 161 0 0.73 0.13 0.27 310.67 0.57 0.46
Hex B9 32 A1 0 49 D 1B 137 39 2E
Octal 271 62 241 0 111 15 33 467 71 56
Binary 10111001 110010 10100001 0 1001001 1101 11011 100110111 111001 101110

Color Harmonies of #B932A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932A1

Black with #B932A1

Text Example


Text Example

White with #B932A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932A1; }

 p { color: rgb(185,50,161); }

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

background-color css

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

 a { background-color: rgb(185,50,161); }

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

border-color css

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

 span { border-color: rgb(185,50,161); }

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