#BF5BF8

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

Shades of Medium Orchid #BF5BF8

Tints of Medium Orchid #BF5BF8

Color information

#BF5BF8 (or 0xBF5BF8) is unknown color: approx Medium Orchid. HEX triplet: BF, 5B and F8. RGB value is (191,91,248). Sum of RGB (Red+Green+Blue) = 191+91+248=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF5BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5BF8 is #40A407. Grayscale: #8A8A8A. Windows color (decimal): -4236296 or 16276415. OLE color: 16276415.

HSL color Cylindrical-coordinate representation of color #BF5BF8: hue angle of 278.22º 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 #BF5BF8 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19191248-
CMYK0.230.6300.03
HSL278.22º91.81%66.47%-
HSV(B)278.22º63.31%97.25%-
XYZ42.1725.3491.47-
YUV138.8189.63165.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 91 (35.94% from 255) = 17.17%
BLUE value IS 248 (97.27% from 255) = 46.79%
R=36.04%
G=17.17%
B=46.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal191912480.230.6300.03278.2291.8166.47
HexBF5BF8173F031165c42
Octal277133370277703426134102
Binary101111111011011111110001011111111101110001011010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5BF8; }

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

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

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

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

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

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

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

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