#B726A9

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

Shades of Medium Red Violet #B726A9

Tints of Medium Red Violet #B726A9

Color information

#B726A9 (or 0xB726A9) is unknown color: approx Medium Red Violet. HEX triplet: B7, 26 and A9. RGB value is (183,38,169). Sum of RGB (Red+Green+Blue) = 183+38+169=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B726A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B726A9 is #48D956. Grayscale: #5F5F5F. Windows color (decimal): -4774231 or 11085495. OLE color: 11085495.

HSL color Cylindrical-coordinate representation of color #B726A9: hue angle of 305.79º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B726A9 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18338169-
CMYK00.790.080.28
HSL305.79º65.61%43.33%-
HSV(B)305.79º79.23%71.76%-
XYZ27.3814.3238.86-
YUV96.29169.04189.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 38 (15.23% from 255) = 9.74%
BLUE value IS 169 (66.41% from 255) = 43.33%
R=46.92%
G=9.74%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833816900.790.080.28305.7965.6143.33
HexB726A904F81C132422b
Octal267462510117103446210253
Binary1011011110011010101001010011111000111001001100101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B726A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B726A9; }

 p { color: rgb(183,38,169); }

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

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

 a { background-color: rgb(183,38,169); }

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

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

 span { border-color: rgb(183,38,169); }

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