#B83A8B

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

Shades of Medium Red Violet #B83A8B

Tints of Medium Red Violet #B83A8B

Color information

#B83A8B (or 0xB83A8B) is unknown color: approx Medium Red Violet. HEX triplet: B8, 3A and 8B. RGB value is (184,58,139). Sum of RGB (Red+Green+Blue) = 184+58+139=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83A8B is #47C574. Grayscale: #686868. Windows color (decimal): -4703605 or 9124536. OLE color: 9124536.

HSL color Cylindrical-coordinate representation of color #B83A8B: hue angle of 321.43º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83A8B is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB18458139-
CMYK00.680.240.28
HSL321.43º52.07%47.45%-
HSV(B)321.43º68.48%72.16%-
XYZ25.9415.0825.97-
YUV104.91147.24184.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.29%
GREEN value IS 58 (23.05% from 255) = 15.22%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=48.29%
G=15.22%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845813900.680.240.28321.4352.0747.45
HexB83A8B044181C141342f
Octal27072213010430345016457
Binary1011100011101010001011010001001100011100101000001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83A8B; }

 p { color: rgb(184,58,139); }

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

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

 a { background-color: rgb(184,58,139); }

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

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

 span { border-color: rgb(184,58,139); }

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