#B10CA4

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

Shades of Medium Violet Red #B10CA4

Tints of Medium Violet Red #B10CA4

Color information

#B10CA4 (or 0xB10CA4) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0C and A4. RGB value is (177,12,164). Sum of RGB (Red+Green+Blue) = 177+12+164=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B10CA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10CA4 is #4EF35B. Grayscale: #4E4E4E. Windows color (decimal): -5174108 or 10751153. OLE color: 10751153.

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

Color convert

RGB17712164-
CMYK00.930.070.31
HSL304.73º87.3%37.06%-
HSV(B)304.73º93.22%69.41%-
XYZ24.9612.2936.18-
YUV78.66176.16198.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 12 (5.08% from 255) = 3.40%
BLUE value IS 164 (64.45% from 255) = 46.46%
R=50.14%
G=3.40%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771216400.930.070.31304.7387.337.06
HexB1CA405D71F1315725
Octal26114244013573746112745
Binary1011000111001010010001011101111111111001100011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10CA4; }

 p { color: rgb(177,12,164); }

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

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

 a { background-color: rgb(177,12,164); }

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

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

 span { border-color: rgb(177,12,164); }

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