#B43F8F

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

Shades of Medium Red Violet #B43F8F

Tints of Medium Red Violet #B43F8F

Color information

#B43F8F (or 0xB43F8F) is unknown color: approx Medium Red Violet. HEX triplet: B4, 3F and 8F. RGB value is (180,63,143). Sum of RGB (Red+Green+Blue) = 180+63+143=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43F8F is #4BC070. Grayscale: #6A6A6A. Windows color (decimal): -4964465 or 9387956. OLE color: 9387956.

HSL color Cylindrical-coordinate representation of color #B43F8F: hue angle of 318.97º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B43F8F is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB18063143-
CMYK00.650.210.29
HSL318.97º48.15%47.65%-
HSV(B)318.97º65%70.59%-
XYZ25.5615.2427.58-
YUV107.1148.26180-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 63 (25% from 255) = 16.32%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=46.63%
G=16.32%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806314300.650.210.29318.9748.1547.65
HexB43F8F041151D13f3030
Octal26477217010125354776060
Binary1011010011111110001111010000011010111101100111111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43F8F; }

 p { color: rgb(180,63,143); }

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

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

 a { background-color: rgb(180,63,143); }

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

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

 span { border-color: rgb(180,63,143); }

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