#B10CA3

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

Shades of Medium Violet Red #B10CA3

Tints of Medium Violet Red #B10CA3

Color information

#B10CA3 (or 0xB10CA3) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0C and A3. RGB value is (177,12,163). Sum of RGB (Red+Green+Blue) = 177+12+163=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B10CA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10CA3 is #4EF35C. Grayscale: #4E4E4E. Windows color (decimal): -5174109 or 10685617. OLE color: 10685617.

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

Color convert

RGB17712163-
CMYK00.930.080.31
HSL305.09º87.3%37.06%-
HSV(B)305.09º93.22%69.41%-
XYZ24.8712.2535.7-
YUV78.55175.66198.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 12 (5.08% from 255) = 3.41%
BLUE value IS 163 (64.06% from 255) = 46.31%
R=50.28%
G=3.41%
B=46.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771216300.930.080.31305.0987.337.06
HexB1CA305D81F1315725
Octal261142430135103746112745
Binary10110001110010100011010111011000111111001100011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10CA3; }

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

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

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

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

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

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

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

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