#B923A4

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

Shades of Medium Red Violet #B923A4

Tints of Medium Red Violet #B923A4

Color information

#B923A4 (or 0xB923A4) is unknown color: approx Medium Red Violet. HEX triplet: B9, 23 and A4. RGB value is (185,35,164). Sum of RGB (Red+Green+Blue) = 185+35+164=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B923A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B923A4 is #46DC5B. Grayscale: #5E5E5E. Windows color (decimal): -4643932 or 10757049. OLE color: 10757049.

HSL color Cylindrical-coordinate representation of color #B923A4: hue angle of 308.4º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B923A4 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18535164-
CMYK00.810.110.27
HSL308.4º68.18%43.14%-
HSV(B)308.4º81.08%72.55%-
XYZ27.3114.236.42-
YUV94.56167.2192.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.18%
GREEN value IS 35 (14.06% from 255) = 9.11%
BLUE value IS 164 (64.45% from 255) = 42.71%
R=48.18%
G=9.11%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853516400.810.110.27308.468.1843.14
HexB923A4051B1B134442b
Octal271432440121133346410453
Binary1011100110001110100100010100011011110111001101001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B923A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B923A4; }

 p { color: rgb(185,35,164); }

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

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

 a { background-color: rgb(185,35,164); }

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

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

 span { border-color: rgb(185,35,164); }

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