#B123A7

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

Shades of Medium Red Violet #B123A7

Tints of Medium Red Violet #B123A7

Color information

#B123A7 (or 0xB123A7) is unknown color: approx Medium Red Violet. HEX triplet: B1, 23 and A7. RGB value is (177,35,167). Sum of RGB (Red+Green+Blue) = 177+35+167=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B123A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B123A7 is #4EDC58. Grayscale: #5C5C5C. Windows color (decimal): -5168217 or 10953649. OLE color: 10953649.

HSL color Cylindrical-coordinate representation of color #B123A7: hue angle of 304.23º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B123A7 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17735167-
CMYK00.800.060.31
HSL304.23º66.98%41.57%-
HSV(B)304.23º80.23%69.41%-
XYZ25.7113.3437.78-
YUV92.51170.04188.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 35 (14.06% from 255) = 9.23%
BLUE value IS 167 (65.62% from 255) = 44.06%
R=46.70%
G=9.23%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773516700.800.060.31304.2366.9841.57
HexB123A705061F130432a
Octal26143247012063746010352
Binary101100011000111010011101010000110111111001100001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B123A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B123A7; }

 p { color: rgb(177,35,167); }

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

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

 a { background-color: rgb(177,35,167); }

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

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

 span { border-color: rgb(177,35,167); }

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