#B826A4

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

Shades of Medium Red Violet #B826A4

Tints of Medium Red Violet #B826A4

Color information

#B826A4 (or 0xB826A4) is unknown color: approx Medium Red Violet. HEX triplet: B8, 26 and A4. RGB value is (184,38,164). Sum of RGB (Red+Green+Blue) = 184+38+164=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B826A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B826A4 is #47D95B. Grayscale: #5F5F5F. Windows color (decimal): -4708700 or 10757816. OLE color: 10757816.

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

Color convert

RGB18438164-
CMYK00.790.110.28
HSL308.22º65.77%43.53%-
HSV(B)308.22º79.35%72.16%-
XYZ27.1614.2636.44-
YUV96.02166.37190.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 38 (15.23% from 255) = 9.84%
BLUE value IS 164 (64.45% from 255) = 42.49%
R=47.67%
G=9.84%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843816400.790.110.28308.2265.7743.53
HexB826A404FB1C134422c
Octal270462440117133446410254
Binary1011100010011010100100010011111011111001001101001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B826A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B826A4; }

 p { color: rgb(184,38,164); }

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

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

 a { background-color: rgb(184,38,164); }

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

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

 span { border-color: rgb(184,38,164); }

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