#B43B83

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

Shades of Medium Red Violet #B43B83

Tints of Medium Red Violet #B43B83

Color information

#B43B83 (or 0xB43B83) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3B and 83. RGB value is (180,59,131). Sum of RGB (Red+Green+Blue) = 180+59+131=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43B83 is #4BC47C. Grayscale: #676767. Windows color (decimal): -4965501 or 8600500. OLE color: 8600500.

HSL color Cylindrical-coordinate representation of color #B43B83: hue angle of 324.3º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43B83 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18059131-
CMYK00.670.270.29
HSL324.3º50.63%46.86%-
HSV(B)324.3º67.22%70.59%-
XYZ24.4814.4722.98-
YUV103.39143.59182.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 59 (23.44% from 255) = 15.95%
BLUE value IS 131 (51.56% from 255) = 35.41%
R=48.65%
G=15.95%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805913100.670.270.29324.350.6346.86
HexB43B830431B1D144332f
Octal26473203010333355046357
Binary1011010011101110000011010000111101111101101000100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43B83; }

 p { color: rgb(180,59,131); }

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

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

 a { background-color: rgb(180,59,131); }

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

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

 span { border-color: rgb(180,59,131); }

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