#B73098

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

Shades of Medium Red Violet #B73098

Tints of Medium Red Violet #B73098

Color information

#B73098 (or 0xB73098) is unknown color: approx Medium Red Violet. HEX triplet: B7, 30 and 98. RGB value is (183,48,152). Sum of RGB (Red+Green+Blue) = 183+48+152=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B73098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73098 is #48CF67. Grayscale: #636363. Windows color (decimal): -4771688 or 9973943. OLE color: 9973943.

HSL color Cylindrical-coordinate representation of color #B73098: hue angle of 313.78º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73098 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB18348152-
CMYK00.740.170.28
HSL313.78º58.44%45.29%-
HSV(B)313.78º73.77%71.76%-
XYZ26.2514.4531.11-
YUV100.22157.23187.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 48 (19.14% from 255) = 12.53%
BLUE value IS 152 (59.77% from 255) = 39.69%
R=47.78%
G=12.53%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834815200.740.170.28313.7858.4445.29
HexB7309804A111C13a3a2d
Octal26760230011221344727255
Binary1011011111000010011000010010101000111100100111010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73098; }

 p { color: rgb(183,48,152); }

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

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

 a { background-color: rgb(183,48,152); }

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

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

 span { border-color: rgb(183,48,152); }

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