#B83F7F

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

Shades of Medium Red Violet #B83F7F

Tints of Medium Red Violet #B83F7F

Color information

#B83F7F (or 0xB83F7F) is unknown color: approx Medium Red Violet. HEX triplet: B8, 3F and 7F. RGB value is (184,63,127). Sum of RGB (Red+Green+Blue) = 184+63+127=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83F7F is #47C080. Grayscale: #6A6A6A. Windows color (decimal): -4702337 or 8339384. OLE color: 8339384.

HSL color Cylindrical-coordinate representation of color #B83F7F: hue angle of 328.26º 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 #B83F7F is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB18463127-
CMYK00.660.310.28
HSL328.26º48.99%48.43%-
HSV(B)328.26º65.76%72.16%-
XYZ25.3815.2821.69-
YUV106.47139.59183.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.20%
GREEN value IS 63 (25% from 255) = 16.84%
BLUE value IS 127 (50% from 255) = 33.96%
R=49.20%
G=16.84%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846312700.660.310.28328.2648.9948.43
HexB83F7F0421F1C1483130
Octal27077177010237345106160
Binary101110001111111111111010000101111111100101001000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83F7F; }

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

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

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

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

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

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

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

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