#BD5BE9

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

Shades of Medium Orchid #BD5BE9

Tints of Medium Orchid #BD5BE9

Color information

#BD5BE9 (or 0xBD5BE9) is unknown color: approx Medium Orchid. HEX triplet: BD, 5B and E9. RGB value is (189,91,233). Sum of RGB (Red+Green+Blue) = 189+91+233=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD5BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5BE9 is #42A416. Grayscale: #888888. Windows color (decimal): -4367383 or 15293373. OLE color: 15293373.

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

Color convert

RGB18991233-
CMYK0.190.6100.09
HSL281.41º76.34%63.53%-
HSV(B)281.41º60.94%91.37%-
XYZ39.4424.1879.68-
YUV136.49182.47165.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 91 (35.94% from 255) = 17.74%
BLUE value IS 233 (91.41% from 255) = 45.42%
R=36.84%
G=17.74%
B=45.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal189912330.190.6100.09281.4176.3463.53
HexBD5BE9133D091194c40
Octal2751333512375011431114100
Binary10111101101101111101001100111111010100110001100110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5BE9; }

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

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

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

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

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

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

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

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