#B925AA

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

Shades of Medium Red Violet #B925AA

Tints of Medium Red Violet #B925AA

Color information

#B925AA (or 0xB925AA) is unknown color: approx Medium Red Violet. HEX triplet: B9, 25 and AA. RGB value is (185,37,170). Sum of RGB (Red+Green+Blue) = 185+37+170=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B925AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B925AA is #46DA55. Grayscale: #606060. Windows color (decimal): -4643414 or 11150777. OLE color: 11150777.

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

Color convert

RGB18537170-
CMYK00.800.080.27
HSL306.08º66.67%43.53%-
HSV(B)306.08º80%72.55%-
XYZ27.9214.5439.36-
YUV96.41169.53191.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 37 (14.84% from 255) = 9.44%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=47.19%
G=9.44%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853717000.800.080.27306.0866.6743.53
HexB925AA05081B132432c
Octal271452520120103346210354
Binary1011100110010110101010010100001000110111001100101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B925AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B925AA; }

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

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

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

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

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

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

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

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