#B427AC

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

Shades of Medium Red Violet #B427AC

Tints of Medium Red Violet #B427AC

Color information

#B427AC (or 0xB427AC) is unknown color: approx Medium Red Violet. HEX triplet: B4, 27 and AC. RGB value is (180,39,172). Sum of RGB (Red+Green+Blue) = 180+39+172=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B427AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B427AC is #4BD853. Grayscale: #5F5F5F. Windows color (decimal): -4970580 or 11282356. OLE color: 11282356.

HSL color Cylindrical-coordinate representation of color #B427AC: hue angle of 303.4º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B427AC is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18039172-
CMYK00.780.040.29
HSL303.4º64.38%42.94%-
HSV(B)303.4º78.33%70.59%-
XYZ26.9914.1340.33-
YUV96.32170.71187.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 39 (15.62% from 255) = 9.97%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=46.04%
G=9.97%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803917200.780.040.29303.464.3842.94
HexB427AC04E41D12f402b
Octal26447254011643545710053
Binary101101001001111010110001001110100111011001011111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B427AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B427AC; }

 p { color: rgb(180,39,172); }

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

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

 a { background-color: rgb(180,39,172); }

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

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

 span { border-color: rgb(180,39,172); }

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