#B83C9F

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

Shades of Medium Red Violet #B83C9F

Tints of Medium Red Violet #B83C9F

Color information

#B83C9F (or 0xB83C9F) is unknown color: approx Medium Red Violet. HEX triplet: B8, 3C and 9F. RGB value is (184,60,159). Sum of RGB (Red+Green+Blue) = 184+60+159=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83C9F is #47C360. Grayscale: #6C6C6C. Windows color (decimal): -4703073 or 10435768. OLE color: 10435768.

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

Color convert

RGB18460159-
CMYK00.670.140.28
HSL312.1º50.82%47.84%-
HSV(B)312.1º67.39%72.16%-
XYZ27.6415.9334.42-
YUV108.36156.58181.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 60 (23.83% from 255) = 14.89%
BLUE value IS 159 (62.5% from 255) = 39.45%
R=45.66%
G=14.89%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846015900.670.140.28312.150.8247.84
HexB83C9F043E1C1383330
Octal27074237010316344706360
Binary101110001111001001111101000011111011100100111000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83C9F; }

 p { color: rgb(184,60,159); }

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

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

 a { background-color: rgb(184,60,159); }

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

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

 span { border-color: rgb(184,60,159); }

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