#B92EA4

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

Shades of Medium Red Violet #B92EA4

Tints of Medium Red Violet #B92EA4

Color information

#B92EA4 (or 0xB92EA4) is unknown color: approx Medium Red Violet. HEX triplet: B9, 2E and A4. RGB value is (185,46,164). Sum of RGB (Red+Green+Blue) = 185+46+164=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B92EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92EA4 is #46D15B. Grayscale: #646464. Windows color (decimal): -4641116 or 10759865. OLE color: 10759865.

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

Color convert

RGB18546164-
CMYK00.750.110.27
HSL309.06º60.17%45.29%-
HSV(B)309.06º75.14%72.55%-
XYZ27.6914.9536.55-
YUV101.01163.55187.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 46 (18.36% from 255) = 11.65%
BLUE value IS 164 (64.45% from 255) = 41.52%
R=46.84%
G=11.65%
B=41.52%

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
Decimal1854616400.750.110.27309.0660.1745.29
HexB92EA404BB1B1353c2d
Octal27156244011313334657455
Binary101110011011101010010001001011101111011100110101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92EA4; }

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

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

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

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

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

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

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

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