Html Css Color HEX #B932A0 Medium Red Violet

📋 copy color: '#B932A0'

red 185 ◦ green 50 ◦ blue 160

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

Shades of Medium Red Violet #B932A0

Tints of Medium Red Violet #B932A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.51%

R = 46.84%
G = 12.66%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B932A0 (or 0xB932A0) is known color: Medium Red Violet. HEX triplet: B9, 32 and A0. RGB value is (185,50,160). Sum of RGB (Red+Green+Blue) = 185+50+160=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B932A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B932A0 is #46CD5F. Grayscale: #666666. Windows color (decimal): -4640096 or 10498745. OLE color: 10498745.

HSL color Cylindrical-coordinate representation of color #B932A0: hue angle of 311.11º 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 #B932A0 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 50 160 -
CMYK 0 0.73 0.14 0.27
HSL 311.11º 0.57% 0.46% -
HSV(B) 311.11º 0.73% 0.73% -
XYZ 27.49 15.13 34.73 -
YUV 102.91 160.23 186.56 -
System Red Green Blue C M Y K H S L
Decimal 185 50 160 0 0.73 0.14 0.27 311.11 0.57 0.46
Hex B9 32 A0 0 49 E 1B 137 39 2E
Octal 271 62 240 0 111 16 33 467 71 56
Binary 10111001 110010 10100000 0 1001001 1110 11011 100110111 111001 101110

Color Harmonies of #B932A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932A0

Black with #B932A0

Text Example


Text Example

White with #B932A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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