#b929a7

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

Shades of Medium Red Violet #B929A7

Tints of Medium Red Violet #B929A7

Color information

#B929A7 (or 0xB929A7) is unknown color: approx Medium Red Violet. HEX triplet: B9, 29 and A7. RGB value is (185,41,167). Sum of RGB (Red+Green+Blue) = 185+41+167=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B929A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B929A7 is #46D658. Grayscale: #626262. Windows color (decimal): -4642393 or 10955193. OLE color: 10955193.

HSL color Cylindrical-coordinate representation of color #B929A7: hue angle of 307.5º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B929A7 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18541167-
CMYK00.780.100.27
HSL307.5º63.72%44.31%-
HSV(B)307.5º77.84%72.55%-
XYZ27.7814.6937.93-
YUV98.42166.71189.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 41 (16.41% from 255) = 10.43%
BLUE value IS 167 (65.62% from 255) = 42.49%
R=47.07%
G=10.43%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854116700.780.100.27307.563.7244.31
HexB929A704EA1B134402c
Octal271512470116123346410054
Binary1011100110100110100111010011101010110111001101001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b929a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b929a7; }

 p { color: rgb(185,41,167); }

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

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

 a { background-color: rgb(185,41,167); }

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

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

 span { border-color: rgb(185,41,167); }

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