#B30088

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

Shades of Medium Violet Red #B30088

Tints of Medium Violet Red #B30088

Color information

#B30088 (or 0xB30088) is unknown color: approx Medium Violet Red. HEX triplet: B3, 00 and 88. RGB value is (179,0,136). Sum of RGB (Red+Green+Blue) = 179+0+136=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B30088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30088 is #4CFF77. Grayscale: #444444. Windows color (decimal): -5046136 or 8913075. OLE color: 8913075.

HSL color Cylindrical-coordinate representation of color #B30088: hue angle of 314.41º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30088 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB1790136-
CMYK010.240.30
HSL314.41º100%35.1%-
HSV(B)314.41º100%70.2%-
XYZ23.0311.3624.27-
YUV69.03165.8206.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=56.83%
G=0%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1790136010.240.30314.4110035.1
HexB3088064181E13a6423
Octal26302100144303647214443
Binary101100110100010000110010011000111101001110101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30088; }

 p { color: rgb(179,0,136); }

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

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

 a { background-color: rgb(179,0,136); }

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

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

 span { border-color: rgb(179,0,136); }

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