#B826A6

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

Shades of Medium Red Violet #B826A6

Tints of Medium Red Violet #B826A6

Color information

#B826A6 (or 0xB826A6) is unknown color: approx Medium Red Violet. HEX triplet: B8, 26 and A6. RGB value is (184,38,166). Sum of RGB (Red+Green+Blue) = 184+38+166=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B826A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B826A6 is #47D959. Grayscale: #5F5F5F. Windows color (decimal): -4708698 or 10888888. OLE color: 10888888.

HSL color Cylindrical-coordinate representation of color #B826A6: hue angle of 307.4º 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 #B826A6 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB18438166-
CMYK00.790.100.28
HSL307.4º65.77%43.53%-
HSV(B)307.4º79.35%72.16%-
XYZ27.3414.3337.4-
YUV96.25167.37190.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.42%
GREEN value IS 38 (15.23% from 255) = 9.79%
BLUE value IS 166 (65.23% from 255) = 42.78%
R=47.42%
G=9.79%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843816600.790.100.28307.465.7743.53
HexB826A604FA1C133422c
Octal270462460117123446310254
Binary1011100010011010100110010011111010111001001100111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B826A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B826A6; }

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

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

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

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

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

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

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

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