#B30C91

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

Shades of Medium Violet Red #B30C91

Tints of Medium Violet Red #B30C91

Color information

#B30C91 (or 0xB30C91) is unknown color: approx Medium Violet Red. HEX triplet: B3, 0C and 91. RGB value is (179,12,145). Sum of RGB (Red+Green+Blue) = 179+12+145=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30C91 is #4CF36E. Grayscale: #4C4C4C. Windows color (decimal): -5043055 or 9505971. OLE color: 9505971.

HSL color Cylindrical-coordinate representation of color #B30C91: hue angle of 312.22º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30C91 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB17912145-
CMYK00.930.190.30
HSL312.22º87.43%37.45%-
HSV(B)312.22º93.3%70.2%-
XYZ23.8311.8927.83-
YUV77.1166.33200.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.27%
GREEN value IS 12 (5.08% from 255) = 3.57%
BLUE value IS 145 (57.03% from 255) = 43.15%
R=53.27%
G=3.57%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791214500.930.190.30312.2287.4337.45
HexB3C9105D131E1385725
Octal263142210135233647012745
Binary101100111100100100010101110110011111101001110001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30C91; }

 p { color: rgb(179,12,145); }

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

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

 a { background-color: rgb(179,12,145); }

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

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

 span { border-color: rgb(179,12,145); }

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