#B83A98

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

Shades of Medium Red Violet #B83A98

Tints of Medium Red Violet #B83A98

Color information

#B83A98 (or 0xB83A98) is unknown color: approx Medium Red Violet. HEX triplet: B8, 3A and 98. RGB value is (184,58,152). Sum of RGB (Red+Green+Blue) = 184+58+152=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83A98 is #47C567. Grayscale: #6A6A6A. Windows color (decimal): -4703592 or 9976504. OLE color: 9976504.

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

Color convert

RGB18458152-
CMYK00.680.170.28
HSL315.24º52.07%47.45%-
HSV(B)315.24º68.48%72.16%-
XYZ26.9515.4831.27-
YUV106.39153.74183.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 58 (23.05% from 255) = 14.72%
BLUE value IS 152 (59.77% from 255) = 38.58%
R=46.70%
G=14.72%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845815200.680.170.28315.2452.0747.45
HexB83A98044111C13b342f
Octal27072230010421344736457
Binary1011100011101010011000010001001000111100100111011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83A98; }

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

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

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

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

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

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

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

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