#B92471

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

Shades of Medium Red Violet #B92471

Tints of Medium Red Violet #B92471

Color information

#B92471 (or 0xB92471) is unknown color: approx Medium Red Violet. HEX triplet: B9, 24 and 71. RGB value is (185,36,113). Sum of RGB (Red+Green+Blue) = 185+36+113=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B92471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92471 is #46DB8E. Grayscale: #595959. Windows color (decimal): -4643727 or 7414969. OLE color: 7414969.

HSL color Cylindrical-coordinate representation of color #B92471: hue angle of 328.99º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92471 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18536113-
CMYK00.810.390.27
HSL328.99º67.42%43.33%-
HSV(B)328.99º80.54%72.55%-
XYZ23.6212.7716.84-
YUV89.33141.36196.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.39%
GREEN value IS 36 (14.45% from 255) = 10.78%
BLUE value IS 113 (44.53% from 255) = 33.83%
R=55.39%
G=10.78%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853611300.810.390.27328.9967.4243.33
HexB92471051271B149432b
Octal271441610121473351110353
Binary10111001100100111000101010001100111110111010010011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92471; }

 p { color: rgb(185,36,113); }

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

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

 a { background-color: rgb(185,36,113); }

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

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

 span { border-color: rgb(185,36,113); }

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