#B826A7

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

Shades of Medium Red Violet #B826A7

Tints of Medium Red Violet #B826A7

Color information

#B826A7 (or 0xB826A7) is unknown color: approx Medium Red Violet. HEX triplet: B8, 26 and A7. RGB value is (184,38,167). Sum of RGB (Red+Green+Blue) = 184+38+167=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B826A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B826A7 is #47D958. Grayscale: #5F5F5F. Windows color (decimal): -4708697 or 10954424. OLE color: 10954424.

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

Color convert

RGB18438167-
CMYK00.790.090.28
HSL306.99º65.77%43.53%-
HSV(B)306.99º79.35%72.16%-
XYZ27.4414.3737.89-
YUV96.36167.87190.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 38 (15.23% from 255) = 9.77%
BLUE value IS 167 (65.62% from 255) = 42.93%
R=47.30%
G=9.77%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843816700.790.090.28306.9965.7743.53
HexB826A704F91C133422c
Octal270462470117113446310254
Binary1011100010011010100111010011111001111001001100111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B826A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B826A7; }

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

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

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

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

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

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

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

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