#B727AA

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

Shades of Medium Red Violet #B727AA

Tints of Medium Red Violet #B727AA

Color information

#B727AA (or 0xB727AA) is unknown color: approx Medium Red Violet. HEX triplet: B7, 27 and AA. RGB value is (183,39,170). Sum of RGB (Red+Green+Blue) = 183+39+170=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B727AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B727AA is #48D855. Grayscale: #606060. Windows color (decimal): -4773974 or 11151287. OLE color: 11151287.

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

Color convert

RGB18339170-
CMYK00.790.070.28
HSL305.42º64.86%43.53%-
HSV(B)305.42º78.69%71.76%-
XYZ27.5114.4239.36-
YUV96.99169.21189.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 39 (15.62% from 255) = 9.95%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=46.68%
G=9.95%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833917000.790.070.28305.4264.8643.53
HexB727AA04F71C131412c
Octal26747252011773446110154
Binary101101111001111010101001001111111111001001100011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B727AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B727AA; }

 p { color: rgb(183,39,170); }

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

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

 a { background-color: rgb(183,39,170); }

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

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

 span { border-color: rgb(183,39,170); }

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