#BD6AE4

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

Shades of Medium Orchid #BD6AE4

Tints of Medium Orchid #BD6AE4

Color information

#BD6AE4 (or 0xBD6AE4) is unknown color: approx Medium Orchid. HEX triplet: BD, 6A and E4. RGB value is (189,106,228). Sum of RGB (Red+Green+Blue) = 189+106+228=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD6AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6AE4 is #42951B. Grayscale: #909090. Windows color (decimal): -4363548 or 14969533. OLE color: 14969533.

HSL color Cylindrical-coordinate representation of color #BD6AE4: hue angle of 280.82º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD6AE4 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189106228-
CMYK0.170.5400.11
HSL280.82º69.32%65.49%-
HSV(B)280.82º53.51%89.41%-
XYZ40.1426.7376.44-
YUV144.72175159.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 106 (41.80% from 255) = 20.27%
BLUE value IS 228 (89.45% from 255) = 43.59%
R=36.14%
G=20.27%
B=43.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891062280.170.5400.11280.8269.3265.49
HexBD6AE411360B1194541
Octal2751523442166013431105101
Binary10111101110101011100100100011101100101110001100110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6AE4; }

 p { color: rgb(189,106,228); }

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

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

 a { background-color: rgb(189,106,228); }

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

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

 span { border-color: rgb(189,106,228); }

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