#BF5DE5

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

Shades of Medium Orchid #BF5DE5

Tints of Medium Orchid #BF5DE5

Color information

#BF5DE5 (or 0xBF5DE5) is unknown color: approx Medium Orchid. HEX triplet: BF, 5D and E5. RGB value is (191,93,229). Sum of RGB (Red+Green+Blue) = 191+93+229=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF5DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5DE5 is #40A21A. Grayscale: #898989. Windows color (decimal): -4235803 or 15031743. OLE color: 15031743.

HSL color Cylindrical-coordinate representation of color #BF5DE5: hue angle of 283.24º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF5DE5 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19193229-
CMYK0.170.5900.10
HSL283.24º72.34%63.14%-
HSV(B)283.24º59.39%89.8%-
XYZ39.5424.5676.79-
YUV137.81179.47165.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 93 (36.72% from 255) = 18.13%
BLUE value IS 229 (89.84% from 255) = 44.64%
R=37.23%
G=18.13%
B=44.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal191932290.170.5900.10283.2472.3463.14
HexBF5DE5113B0A11b483f
Octal277135345217301243311077
Binary1011111110111011110010110001111011010101000110111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5DE5; }

 p { color: rgb(191,93,229); }

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

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

 a { background-color: rgb(191,93,229); }

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

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

 span { border-color: rgb(191,93,229); }

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