#B43285

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

Shades of Medium Red Violet #B43285

Tints of Medium Red Violet #B43285

Color information

#B43285 (or 0xB43285) is unknown color: approx Medium Red Violet. HEX triplet: B4, 32 and 85. RGB value is (180,50,133). Sum of RGB (Red+Green+Blue) = 180+50+133=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B43285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43285 is #4BCD7A. Grayscale: #626262. Windows color (decimal): -4967803 or 8729268. OLE color: 8729268.

HSL color Cylindrical-coordinate representation of color #B43285: hue angle of 321.69º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43285 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB18050133-
CMYK00.720.260.29
HSL321.69º56.52%45.1%-
HSV(B)321.69º72.22%70.59%-
XYZ24.213.6823.56-
YUV98.33147.57186.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 50 (19.92% from 255) = 13.77%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=49.59%
G=13.77%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805013300.720.260.29321.6956.5245.1
HexB432850481A1D142392d
Octal26462205011032355027155
Binary1011010011001010000101010010001101011101101000010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43285; }

 p { color: rgb(180,50,133); }

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

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

 a { background-color: rgb(180,50,133); }

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

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

 span { border-color: rgb(180,50,133); }

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