#B828A2

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

Shades of Medium Red Violet #B828A2

Tints of Medium Red Violet #B828A2

Color information

#B828A2 (or 0xB828A2) is unknown color: approx Medium Red Violet. HEX triplet: B8, 28 and A2. RGB value is (184,40,162). Sum of RGB (Red+Green+Blue) = 184+40+162=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B828A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B828A2 is #47D75D. Grayscale: #606060. Windows color (decimal): -4708190 or 10627256. OLE color: 10627256.

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

Color convert

RGB18440162-
CMYK00.780.120.28
HSL309.17º64.29%43.92%-
HSV(B)309.17º78.26%72.16%-
XYZ27.0514.3235.52-
YUV96.96164.71190.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 40 (16.02% from 255) = 10.36%
BLUE value IS 162 (63.67% from 255) = 41.97%
R=47.67%
G=10.36%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844016200.780.120.28309.1764.2943.92
HexB828A204EC1C135402c
Octal270502420116143446510054
Binary1011100010100010100010010011101100111001001101011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B828A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B828A2; }

 p { color: rgb(184,40,162); }

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

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

 a { background-color: rgb(184,40,162); }

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

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

 span { border-color: rgb(184,40,162); }

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