#B10698

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

Shades of Medium Violet Red #B10698

Tints of Medium Violet Red #B10698

Color information

#B10698 (or 0xB10698) is unknown color: approx Medium Violet Red. HEX triplet: B1, 06 and 98. RGB value is (177,6,152). Sum of RGB (Red+Green+Blue) = 177+6+152=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B10698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10698 is #4EF967. Grayscale: #494949. Windows color (decimal): -5175656 or 9963185. OLE color: 9963185.

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

Color convert

RGB1776152-
CMYK00.970.140.31
HSL308.77º93.44%35.88%-
HSV(B)308.77º96.61%69.41%-
XYZ23.8611.7430.71-
YUV73.77172.15201.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 6 (2.73% from 255) = 1.79%
BLUE value IS 152 (59.77% from 255) = 45.37%
R=52.84%
G=1.79%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177615200.970.140.31308.7793.4435.88
HexB1698061E1F1355d24
Octal26162300141163746513544
Binary1011000111010011000011000011110111111001101011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10698; }

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

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

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

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

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

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

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

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