#b92f8f

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

Shades of Medium Red Violet #B92F8F

Tints of Medium Red Violet #B92F8F

Color information

#B92F8F (or 0xB92F8F) is unknown color: approx Medium Red Violet. HEX triplet: B9, 2F and 8F. RGB value is (185,47,143). Sum of RGB (Red+Green+Blue) = 185+47+143=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92F8F is #46D070. Grayscale: #626262. Windows color (decimal): -4640881 or 9383865. OLE color: 9383865.

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

Color convert

RGB18547143-
CMYK00.750.230.27
HSL318.26º59.48%45.49%-
HSV(B)318.26º74.59%72.55%-
XYZ25.9814.3327.38-
YUV99.21152.72189.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 47 (18.75% from 255) = 12.53%
BLUE value IS 143 (56.25% from 255) = 38.13%
R=49.33%
G=12.53%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854714300.750.230.27318.2659.4845.49
HexB92F8F04B171B13e3b2d
Octal27157217011327334767355
Binary1011100110111110001111010010111011111011100111110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b92f8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b92f8f; }

 p { color: rgb(185,47,143); }

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

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

 a { background-color: rgb(185,47,143); }

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

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

 span { border-color: rgb(185,47,143); }

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