#B92F8E

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

Shades of Medium Red Violet #B92F8E

Tints of Medium Red Violet #B92F8E

Color information

#B92F8E (or 0xB92F8E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 2F and 8E. RGB value is (185,47,142). Sum of RGB (Red+Green+Blue) = 185+47+142=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92F8E is #46D071. Grayscale: #626262. Windows color (decimal): -4640882 or 9318329. OLE color: 9318329.

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

Color convert

RGB18547142-
CMYK00.750.230.27
HSL318.7º59.48%45.49%-
HSV(B)318.7º74.59%72.55%-
XYZ25.9114.326.99-
YUV99.09152.22189.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 47 (18.75% from 255) = 12.57%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=49.47%
G=12.57%
B=37.97%

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
Decimal1854714200.750.230.27318.759.4845.49
HexB92F8E04B171B13f3b2d
Octal27157216011327334777355
Binary1011100110111110001110010010111011111011100111111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92F8E; }

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

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

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

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

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

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

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

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