#B83F8E

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

Shades of Medium Red Violet #B83F8E

Tints of Medium Red Violet #B83F8E

Color information

#B83F8E (or 0xB83F8E) is unknown color: approx Medium Red Violet. HEX triplet: B8, 3F and 8E. RGB value is (184,63,142). Sum of RGB (Red+Green+Blue) = 184+63+142=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83F8E is #47C071. Grayscale: #6B6B6B. Windows color (decimal): -4702322 or 9322424. OLE color: 9322424.

HSL color Cylindrical-coordinate representation of color #B83F8E: hue angle of 320.83º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83F8E is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18463142-
CMYK00.660.230.28
HSL320.83º48.99%48.43%-
HSV(B)320.83º65.76%72.16%-
XYZ26.4315.727.23-
YUV108.18147.09182.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 63 (25% from 255) = 16.20%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=47.30%
G=16.20%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846314200.660.230.28320.8348.9948.43
HexB83F8E042171C1413130
Octal27077216010227345016160
Binary1011100011111110001110010000101011111100101000001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83F8E; }

 p { color: rgb(184,63,142); }

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

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

 a { background-color: rgb(184,63,142); }

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

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

 span { border-color: rgb(184,63,142); }

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