#B92A81

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

Shades of Medium Red Violet #B92A81

Tints of Medium Red Violet #B92A81

Color information

#B92A81 (or 0xB92A81) is unknown color: approx Medium Red Violet. HEX triplet: B9, 2A and 81. RGB value is (185,42,129). Sum of RGB (Red+Green+Blue) = 185+42+129=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92A81 is #46D57E. Grayscale: #5E5E5E. Windows color (decimal): -4642175 or 8465081. OLE color: 8465081.

HSL color Cylindrical-coordinate representation of color #B92A81: hue angle of 323.5º degrees, saturation: 0.63, 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 #B92A81 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18542129-
CMYK00.770.300.27
HSL323.5º63%44.51%-
HSV(B)323.5º77.3%72.55%-
XYZ24.813.5622.08-
YUV94.68147.38192.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.97%
GREEN value IS 42 (16.80% from 255) = 11.80%
BLUE value IS 129 (50.78% from 255) = 36.24%
R=51.97%
G=11.80%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854212900.770.300.27323.56344.51
HexB92A8104D1E1B1433f2d
Octal27152201011536335037755
Binary1011100110101010000001010011011111011011101000011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92A81; }

 p { color: rgb(185,42,129); }

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

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

 a { background-color: rgb(185,42,129); }

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

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

 span { border-color: rgb(185,42,129); }

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