#BD6AEB

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

Shades of Medium Orchid #BD6AEB

Tints of Medium Orchid #BD6AEB

Color information

#BD6AEB (or 0xBD6AEB) is unknown color: approx Medium Orchid. HEX triplet: BD, 6A and EB. RGB value is (189,106,235). Sum of RGB (Red+Green+Blue) = 189+106+235=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD6AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6AEB is #429514. Grayscale: #919191. Windows color (decimal): -4363541 or 15428285. OLE color: 15428285.

HSL color Cylindrical-coordinate representation of color #BD6AEB: hue angle of 278.6º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD6AEB is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189106235-
CMYK0.200.5500.08
HSL278.6º76.33%66.86%-
HSV(B)278.6º54.89%92.16%-
XYZ41.1427.1381.66-
YUV145.52178.5159.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 106 (41.80% from 255) = 20%
BLUE value IS 235 (92.19% from 255) = 44.34%
R=35.66%
G=20%
B=44.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891062350.200.5500.08278.676.3366.86
HexBD6AEB1437081174c43
Octal2751523532467010427114103
Binary10111101110101011101011101001101110100010001011110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6AEB; }

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

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

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

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

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

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

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

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