#B93D98

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

Shades of Medium Red Violet #B93D98

Tints of Medium Red Violet #B93D98

Color information

#B93D98 (or 0xB93D98) is unknown color: approx Medium Red Violet. HEX triplet: B9, 3D and 98. RGB value is (185,61,152). Sum of RGB (Red+Green+Blue) = 185+61+152=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93D98 is #46C267. Grayscale: #6C6C6C. Windows color (decimal): -4637288 or 9977273. OLE color: 9977273.

HSL color Cylindrical-coordinate representation of color #B93D98: hue angle of 315.97º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93D98 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18561152-
CMYK00.670.180.27
HSL315.97º50.41%48.24%-
HSV(B)315.97º67.03%72.55%-
XYZ27.3415.9231.34-
YUV108.45152.58182.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 61 (24.22% from 255) = 15.33%
BLUE value IS 152 (59.77% from 255) = 38.19%
R=46.48%
G=15.33%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856115200.670.180.27315.9750.4148.24
HexB93D98043121B13c3230
Octal27175230010322334746260
Binary1011100111110110011000010000111001011011100111100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D98; }

 p { color: rgb(185,61,152); }

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

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

 a { background-color: rgb(185,61,152); }

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

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

 span { border-color: rgb(185,61,152); }

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