#BD5BF8

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

Shades of Medium Orchid #BD5BF8

Tints of Medium Orchid #BD5BF8

Color information

#BD5BF8 (or 0xBD5BF8) is unknown color: approx Medium Orchid. HEX triplet: BD, 5B and F8. RGB value is (189,91,248). Sum of RGB (Red+Green+Blue) = 189+91+248=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 91 (35.94% from 255 or 17.23% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD5BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5BF8 is #42A407. Grayscale: #898989. Windows color (decimal): -4367368 or 16276413. OLE color: 16276413.

HSL color Cylindrical-coordinate representation of color #BD5BF8: hue angle of 277.45º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD5BF8 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18991248-
CMYK0.240.6300.03
HSL277.45º91.81%66.47%-
HSV(B)277.45º63.31%97.25%-
XYZ41.6725.0891.45-
YUV138.2189.97164.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 91 (35.94% from 255) = 17.23%
BLUE value IS 248 (97.27% from 255) = 46.97%
R=35.80%
G=17.23%
B=46.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal189912480.240.6300.03277.4591.8166.47
HexBD5BF8183F031155c42
Octal275133370307703425134102
Binary101111011011011111110001100011111101110001010110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5BF8; }

 p { color: rgb(189,91,248); }

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

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

 a { background-color: rgb(189,91,248); }

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

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

 span { border-color: rgb(189,91,248); }

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