#B734A3

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

Shades of Medium Red Violet #B734A3

Tints of Medium Red Violet #B734A3

Color information

#B734A3 (or 0xB734A3) is unknown color: approx Medium Red Violet. HEX triplet: B7, 34 and A3. RGB value is (183,52,163). Sum of RGB (Red+Green+Blue) = 183+52+163=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B734A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B734A3 is #48CB5C. Grayscale: #676767. Windows color (decimal): -4770653 or 10695863. OLE color: 10695863.

HSL color Cylindrical-coordinate representation of color #B734A3: hue angle of 309.16º 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 #B734A3 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB18352163-
CMYK00.720.110.28
HSL309.16º55.74%46.08%-
HSV(B)309.16º71.58%71.76%-
XYZ27.3715.1736.14-
YUV103.82161.4184.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 52 (20.70% from 255) = 13.07%
BLUE value IS 163 (64.06% from 255) = 40.95%
R=45.98%
G=13.07%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835216300.720.110.28309.1655.7446.08
HexB734A3048B1C135382e
Octal26764243011013344657056
Binary101101111101001010001101001000101111100100110101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B734A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B734A3; }

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

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

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

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

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

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

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

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