#B30C8E

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

Shades of Medium Violet Red #B30C8E

Tints of Medium Violet Red #B30C8E

Color information

#B30C8E (or 0xB30C8E) is unknown color: approx Medium Violet Red. HEX triplet: B3, 0C and 8E. RGB value is (179,12,142). Sum of RGB (Red+Green+Blue) = 179+12+142=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30C8E is #4CF371. Grayscale: #4C4C4C. Windows color (decimal): -5043058 or 9309363. OLE color: 9309363.

HSL color Cylindrical-coordinate representation of color #B30C8E: hue angle of 313.29º 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 #B30C8E is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB17912142-
CMYK00.930.210.30
HSL313.29º87.43%37.45%-
HSV(B)313.29º93.3%70.2%-
XYZ23.611.826.62-
YUV76.75164.83200.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.75%
GREEN value IS 12 (5.08% from 255) = 3.60%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=53.75%
G=3.60%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791214200.930.210.30313.2987.4337.45
HexB3C8E05D151E1395725
Octal263142160135253647112745
Binary101100111100100011100101110110101111101001110011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30C8E; }

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

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

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

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

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

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

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

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