#B83F8A

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

Shades of Medium Red Violet #B83F8A

Tints of Medium Red Violet #B83F8A

Color information

#B83F8A (or 0xB83F8A) is unknown color: approx Medium Red Violet. HEX triplet: B8, 3F and 8A. RGB value is (184,63,138). Sum of RGB (Red+Green+Blue) = 184+63+138=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83F8A is #47C075. Grayscale: #6B6B6B. Windows color (decimal): -4702326 or 9060280. OLE color: 9060280.

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

Color convert

RGB18463138-
CMYK00.660.250.28
HSL322.81º48.99%48.43%-
HSV(B)322.81º65.76%72.16%-
XYZ26.1315.5825.67-
YUV107.73145.09182.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.79%
GREEN value IS 63 (25% from 255) = 16.36%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=47.79%
G=16.36%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846313800.660.250.28322.8148.9948.43
HexB83F8A042191C1433130
Octal27077212010231345036160
Binary1011100011111110001010010000101100111100101000011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83F8A; }

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

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

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

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

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

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

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

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