#b628ac

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

Shades of Medium Red Violet #B628AC

Tints of Medium Red Violet #B628AC

Color information

#B628AC (or 0xB628AC) is unknown color: approx Medium Red Violet. HEX triplet: B6, 28 and AC. RGB value is (182,40,172). Sum of RGB (Red+Green+Blue) = 182+40+172=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B628AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B628AC is #49D753. Grayscale: #616161. Windows color (decimal): -4839252 or 11282614. OLE color: 11282614.

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

Color convert

RGB18240172-
CMYK00.780.050.29
HSL304.23º63.96%43.53%-
HSV(B)304.23º78.02%71.37%-
XYZ27.514.4440.37-
YUV97.51170.04188.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.19%
GREEN value IS 40 (16.02% from 255) = 10.15%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=46.19%
G=10.15%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824017200.780.050.29304.2363.9643.53
HexB628AC04E51D130402c
Octal26650254011653546010054
Binary101101101010001010110001001110101111011001100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b628ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b628ac; }

 p { color: rgb(182,40,172); }

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

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

 a { background-color: rgb(182,40,172); }

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

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

 span { border-color: rgb(182,40,172); }

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