#B626A6

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

Shades of Medium Red Violet #B626A6

Tints of Medium Red Violet #B626A6

Color information

#B626A6 (or 0xB626A6) is unknown color: approx Medium Red Violet. HEX triplet: B6, 26 and A6. RGB value is (182,38,166). Sum of RGB (Red+Green+Blue) = 182+38+166=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B626A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B626A6 is #49D959. Grayscale: #5F5F5F. Windows color (decimal): -4839770 or 10888886. OLE color: 10888886.

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

Color convert

RGB18238166-
CMYK00.790.090.29
HSL306.67º65.45%43.14%-
HSV(B)306.67º79.12%71.37%-
XYZ26.8714.0837.38-
YUV95.65167.71189.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 38 (15.23% from 255) = 9.84%
BLUE value IS 166 (65.23% from 255) = 43.01%
R=47.15%
G=9.84%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823816600.790.090.29306.6765.4543.14
HexB626A604F91D133412b
Octal266462460117113546310153
Binary1011011010011010100110010011111001111011001100111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B626A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B626A6; }

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

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

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

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

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

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

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

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