#B933A1

Color #B933A1 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B933A1

Tints of Medium Red Violet #B933A1

Color information

#B933A1 (or 0xB933A1) is unknown color: approx Medium Red Violet. HEX triplet: B9, 33 and A1. RGB value is (185,51,161). Sum of RGB (Red+Green+Blue) = 185+51+161=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B933A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B933A1 is #46CC5E. Grayscale: #676767. Windows color (decimal): -4639839 or 10564537. OLE color: 10564537.

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

Color convert

RGB18551161-
CMYK00.720.130.27
HSL310.75º56.78%46.27%-
HSV(B)310.75º72.43%72.55%-
XYZ27.6215.2635.21-
YUV103.61160.39186.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 51 (20.31% from 255) = 12.85%
BLUE value IS 161 (63.28% from 255) = 40.55%
R=46.60%
G=12.85%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855116100.720.130.27310.7556.7846.27
HexB933A1048D1B137392e
Octal27163241011015334677156
Binary101110011100111010000101001000110111011100110111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B933A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B933A1; }

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

 H1.HeaderClassName
 {
   color: #B933A1;
 }
 .AnyTagClassName
 {
   color: #B933A1;
 }
</style>
background-color css

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

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

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

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

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

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