#B734A6

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

Shades of Medium Red Violet #B734A6

Tints of Medium Red Violet #B734A6

Color information

#B734A6 (or 0xB734A6) is unknown color: approx Medium Red Violet. HEX triplet: B7, 34 and A6. RGB value is (183,52,166). Sum of RGB (Red+Green+Blue) = 183+52+166=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B734A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B734A6 is #48CB59. Grayscale: #676767. Windows color (decimal): -4770650 or 10892471. OLE color: 10892471.

HSL color Cylindrical-coordinate representation of color #B734A6: hue angle of 307.79º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B734A6 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB18352166-
CMYK00.720.090.28
HSL307.79º55.74%46.08%-
HSV(B)307.79º71.58%71.76%-
XYZ27.6415.2837.57-
YUV104.16162.9184.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 52 (20.70% from 255) = 12.97%
BLUE value IS 166 (65.23% from 255) = 41.40%
R=45.64%
G=12.97%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835216600.720.090.28307.7955.7446.08
HexB734A604891C134382e
Octal26764246011011344647056
Binary101101111101001010011001001000100111100100110100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B734A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B734A6; }

 p { color: rgb(183,52,166); }

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

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

 a { background-color: rgb(183,52,166); }

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

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

 span { border-color: rgb(183,52,166); }

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