#BF65EF

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

Shades of Medium Orchid #BF65EF

Tints of Medium Orchid #BF65EF

Color information

#BF65EF (or 0xBF65EF) is unknown color: approx Medium Orchid. HEX triplet: BF, 65 and EF. RGB value is (191,101,239). Sum of RGB (Red+Green+Blue) = 191+101+239=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF65EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF65EF is #409A10. Grayscale: #8F8F8F. Windows color (decimal): -4233745 or 15689151. OLE color: 15689151.

HSL color Cylindrical-coordinate representation of color #BF65EF: hue angle of 279.13º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF65EF is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191101239-
CMYK0.200.5800.06
HSL279.13º81.18%66.67%-
HSV(B)279.13º57.74%93.73%-
XYZ41.7226.6284.6-
YUV143.64181.82161.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 101 (39.84% from 255) = 19.02%
BLUE value IS 239 (93.75% from 255) = 45.01%
R=35.97%
G=19.02%
B=45.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911012390.200.5800.06279.1381.1866.67
HexBF65EF143A061175143
Octal277145357247206427121103
Binary1011111111001011110111110100111010011010001011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF65EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF65EF; }

 p { color: rgb(191,101,239); }

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

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

 a { background-color: rgb(191,101,239); }

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

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

 span { border-color: rgb(191,101,239); }

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