#B43698

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

Shades of Medium Red Violet #B43698

Tints of Medium Red Violet #B43698

Color information

#B43698 (or 0xB43698) is unknown color: approx Medium Red Violet. HEX triplet: B4, 36 and 98. RGB value is (180,54,152). Sum of RGB (Red+Green+Blue) = 180+54+152=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B43698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43698 is #4BC967. Grayscale: #666666. Windows color (decimal): -4966760 or 9975476. OLE color: 9975476.

HSL color Cylindrical-coordinate representation of color #B43698: hue angle of 313.33º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43698 is Cyan = 0, Magento = 0.7, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB18054152-
CMYK00.70.160.29
HSL313.33º53.85%45.88%-
HSV(B)313.33º70%70.59%-
XYZ25.8114.6131.17-
YUV102.85155.74183.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 54 (21.48% from 255) = 13.99%
BLUE value IS 152 (59.77% from 255) = 39.38%
R=46.63%
G=13.99%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805415200.70.160.29313.3353.8545.88
HexB43698046101D139362e
Octal26466230010620354716656
Binary1011010011011010011000010001101000011101100111001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43698; }

 p { color: rgb(180,54,152); }

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

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

 a { background-color: rgb(180,54,152); }

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

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

 span { border-color: rgb(180,54,152); }

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