#B92582

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

Shades of Medium Red Violet #B92582

Tints of Medium Red Violet #B92582

Color information

#B92582 (or 0xB92582) is unknown color: approx Medium Red Violet. HEX triplet: B9, 25 and 82. RGB value is (185,37,130). Sum of RGB (Red+Green+Blue) = 185+37+130=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B92582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92582 is #46DA7D. Grayscale: #5B5B5B. Windows color (decimal): -4643454 or 8529337. OLE color: 8529337.

HSL color Cylindrical-coordinate representation of color #B92582: hue angle of 322.3º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92582 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18537130-
CMYK00.800.300.27
HSL322.3º66.67%43.53%-
HSV(B)322.3º80%72.55%-
XYZ24.713.2522.37-
YUV91.85149.53194.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.56%
GREEN value IS 37 (14.84% from 255) = 10.51%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=52.56%
G=10.51%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853713000.800.300.27322.366.6743.53
HexB925820501E1B142432c
Octal271452020120363350210354
Binary10111001100101100000100101000011110110111010000101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92582; }

 p { color: rgb(185,37,130); }

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

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

 a { background-color: rgb(185,37,130); }

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

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

 span { border-color: rgb(185,37,130); }

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