#B43B8B

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

Shades of Medium Red Violet #B43B8B

Tints of Medium Red Violet #B43B8B

Color information

#B43B8B (or 0xB43B8B) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3B and 8B. RGB value is (180,59,139). Sum of RGB (Red+Green+Blue) = 180+59+139=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43B8B is #4BC474. Grayscale: #686868. Windows color (decimal): -4965493 or 9124788. OLE color: 9124788.

HSL color Cylindrical-coordinate representation of color #B43B8B: hue angle of 320.33º 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 #B43B8B is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18059139-
CMYK00.670.230.29
HSL320.33º50.63%46.86%-
HSV(B)320.33º67.22%70.59%-
XYZ25.0514.725.94-
YUV104.3147.59182-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 59 (23.44% from 255) = 15.61%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=47.62%
G=15.61%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805913900.670.230.29320.3350.6346.86
HexB43B8B043171D140332f
Octal26473213010327355006357
Binary1011010011101110001011010000111011111101101000000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43B8B; }

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

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

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

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

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

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

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

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