#B923A5

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

Shades of Medium Red Violet #B923A5

Tints of Medium Red Violet #B923A5

Color information

#B923A5 (or 0xB923A5) is unknown color: approx Medium Red Violet. HEX triplet: B9, 23 and A5. RGB value is (185,35,165). Sum of RGB (Red+Green+Blue) = 185+35+165=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B923A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B923A5 is #46DC5A. Grayscale: #5E5E5E. Windows color (decimal): -4643931 or 10822585. OLE color: 10822585.

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

Color convert

RGB18535165-
CMYK00.810.110.27
HSL308º68.18%43.14%-
HSV(B)308º81.08%72.55%-
XYZ27.414.2336.9-
YUV94.67167.7192.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 35 (14.06% from 255) = 9.09%
BLUE value IS 165 (64.84% from 255) = 42.86%
R=48.05%
G=9.09%
B=42.86%

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
Decimal1853516500.810.110.2730868.1843.14
HexB923A5051B1B134442b
Octal271432450121133346410453
Binary1011100110001110100101010100011011110111001101001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B923A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B923A5; }

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

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

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

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

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

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

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

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