#B92EA5

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

Shades of Medium Red Violet #B92EA5

Tints of Medium Red Violet #B92EA5

Color information

#B92EA5 (or 0xB92EA5) is unknown color: approx Medium Red Violet. HEX triplet: B9, 2E and A5. RGB value is (185,46,165). Sum of RGB (Red+Green+Blue) = 185+46+165=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B92EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92EA5 is #46D15A. Grayscale: #646464. Windows color (decimal): -4641115 or 10825401. OLE color: 10825401.

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

Color convert

RGB18546165-
CMYK00.750.110.27
HSL308.63º60.17%45.29%-
HSV(B)308.63º75.14%72.55%-
XYZ27.7814.9837.03-
YUV101.13164.05187.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.72%
GREEN value IS 46 (18.36% from 255) = 11.62%
BLUE value IS 165 (64.84% from 255) = 41.67%
R=46.72%
G=11.62%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854616500.750.110.27308.6360.1745.29
HexB92EA504BB1B1353c2d
Octal27156245011313334657455
Binary101110011011101010010101001011101111011100110101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92EA5; }

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

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

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

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

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

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

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

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