#B92EA6

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

Shades of Medium Red Violet #B92EA6

Tints of Medium Red Violet #B92EA6

Color information

#B92EA6 (or 0xB92EA6) is unknown color: approx Medium Red Violet. HEX triplet: B9, 2E and A6. RGB value is (185,46,166). Sum of RGB (Red+Green+Blue) = 185+46+166=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B92EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92EA6 is #46D159. Grayscale: #646464. Windows color (decimal): -4641114 or 10890937. OLE color: 10890937.

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

Color convert

RGB18546166-
CMYK00.750.100.27
HSL308.2º60.17%45.29%-
HSV(B)308.2º75.14%72.55%-
XYZ27.8715.0237.51-
YUV101.24164.55187.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 46 (18.36% from 255) = 11.59%
BLUE value IS 166 (65.23% from 255) = 41.81%
R=46.60%
G=11.59%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854616600.750.100.27308.260.1745.29
HexB92EA604BA1B1343c2d
Octal27156246011312334647455
Binary101110011011101010011001001011101011011100110100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92EA6; }

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

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

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

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

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

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

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

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