#B92B97

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

Shades of Medium Red Violet #B92B97

Tints of Medium Red Violet #B92B97

Color information

#B92B97 (or 0xB92B97) is unknown color: approx Medium Red Violet. HEX triplet: B9, 2B and 97. RGB value is (185,43,151). Sum of RGB (Red+Green+Blue) = 185+43+151=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92B97 is #46D468. Grayscale: #616161. Windows color (decimal): -4641897 or 9907129. OLE color: 9907129.

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

Color convert

RGB18543151-
CMYK00.770.180.27
HSL314.37º62.28%44.71%-
HSV(B)314.37º76.76%72.55%-
XYZ26.4614.2830.64-
YUV97.77158.04190.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 43 (17.19% from 255) = 11.35%
BLUE value IS 151 (59.38% from 255) = 39.84%
R=48.81%
G=11.35%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854315100.770.180.27314.3762.2844.71
HexB92B9704D121B13a3e2d
Octal27153227011522334727655
Binary1011100110101110010111010011011001011011100111010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92B97; }

 p { color: rgb(185,43,151); }

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

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

 a { background-color: rgb(185,43,151); }

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

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

 span { border-color: rgb(185,43,151); }

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