#BD6BE9

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

Shades of Medium Orchid #BD6BE9

Tints of Medium Orchid #BD6BE9

Color information

#BD6BE9 (or 0xBD6BE9) is unknown color: approx Medium Orchid. HEX triplet: BD, 6B and E9. RGB value is (189,107,233). Sum of RGB (Red+Green+Blue) = 189+107+233=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD6BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6BE9 is #429416. Grayscale: #919191. Windows color (decimal): -4363287 or 15297469. OLE color: 15297469.

HSL color Cylindrical-coordinate representation of color #BD6BE9: hue angle of 279.05º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD6BE9 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189107233-
CMYK0.190.5400.09
HSL279.05º74.12%66.67%-
HSV(B)279.05º54.08%91.37%-
XYZ40.9527.2280.19-
YUV145.88177.17158.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 107 (42.19% from 255) = 20.23%
BLUE value IS 233 (91.41% from 255) = 44.05%
R=35.73%
G=20.23%
B=44.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891072330.190.5400.09279.0574.1266.67
HexBD6BE91336091174a43
Octal2751533512366011427112103
Binary10111101110101111101001100111101100100110001011110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6BE9; }

 p { color: rgb(189,107,233); }

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

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

 a { background-color: rgb(189,107,233); }

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

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

 span { border-color: rgb(189,107,233); }

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