#B730A1

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

Shades of Medium Red Violet #B730A1

Tints of Medium Red Violet #B730A1

Color information

#B730A1 (or 0xB730A1) is unknown color: approx Medium Red Violet. HEX triplet: B7, 30 and A1. RGB value is (183,48,161). Sum of RGB (Red+Green+Blue) = 183+48+161=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B730A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B730A1 is #48CF5E. Grayscale: #646464. Windows color (decimal): -4771679 or 10563767. OLE color: 10563767.

HSL color Cylindrical-coordinate representation of color #B730A1: hue angle of 309.78º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B730A1 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB18348161-
CMYK00.740.120.28
HSL309.78º58.44%45.29%-
HSV(B)309.78º73.77%71.76%-
XYZ27.0214.7535.14-
YUV101.25161.73186.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 48 (19.14% from 255) = 12.24%
BLUE value IS 161 (63.28% from 255) = 41.07%
R=46.68%
G=12.24%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834816100.740.120.28309.7858.4445.29
HexB730A104AC1C1363a2d
Octal26760241011214344667255
Binary101101111100001010000101001010110011100100110110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B730A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B730A1; }

 p { color: rgb(183,48,161); }

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

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

 a { background-color: rgb(183,48,161); }

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

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

 span { border-color: rgb(183,48,161); }

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