#B10298

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

Shades of Medium Violet Red #B10298

Tints of Medium Violet Red #B10298

Color information

#B10298 (or 0xB10298) is unknown color: approx Medium Violet Red. HEX triplet: B1, 02 and 98. RGB value is (177,2,152). Sum of RGB (Red+Green+Blue) = 177+2+152=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B10298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10298 is #4EFD67. Grayscale: #474747. Windows color (decimal): -5176680 or 9962161. OLE color: 9962161.

HSL color Cylindrical-coordinate representation of color #B10298: hue angle of 308.57º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10298 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB1772152-
CMYK00.990.140.31
HSL308.57º97.77%35.1%-
HSV(B)308.57º98.87%69.41%-
XYZ23.8211.6630.7-
YUV71.42173.48203.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.47%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 152 (59.77% from 255) = 45.92%
R=53.47%
G=0.60%
B=45.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177215200.990.140.31308.5797.7735.1
HexB1298063E1F1356223
Octal26122300143163746514243
Binary101100011010011000011000111110111111001101011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10298; }

 p { color: rgb(177,2,152); }

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

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

 a { background-color: rgb(177,2,152); }

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

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

 span { border-color: rgb(177,2,152); }

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