#BD26AE

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

Shades of Medium Red Violet #BD26AE

Tints of Medium Red Violet #BD26AE

Color information

#BD26AE (or 0xBD26AE) is unknown color: approx Medium Red Violet. HEX triplet: BD, 26 and AE. RGB value is (189,38,174). Sum of RGB (Red+Green+Blue) = 189+38+174=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD26AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD26AE is #42D951. Grayscale: #626262. Windows color (decimal): -4381010 or 11413181. OLE color: 11413181.

HSL color Cylindrical-coordinate representation of color #BD26AE: hue angle of 305.96º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD26AE is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB18938174-
CMYK00.800.080.26
HSL305.96º66.52%44.51%-
HSV(B)305.96º79.89%74.12%-
XYZ29.3215.2641.44-
YUV98.65170.53192.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 38 (15.23% from 255) = 9.48%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=47.13%
G=9.48%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893817400.800.080.26305.9666.5244.51
HexBD26AE05081A132432d
Octal275462560120103246210355
Binary1011110110011010101110010100001000110101001100101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD26AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD26AE; }

 p { color: rgb(189,38,174); }

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

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

 a { background-color: rgb(189,38,174); }

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

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

 span { border-color: rgb(189,38,174); }

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