#bf65df

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

Shades of Medium Orchid #BF65DF

Tints of Medium Orchid #BF65DF

Color information

#BF65DF (or 0xBF65DF) is unknown color: approx Medium Orchid. HEX triplet: BF, 65 and DF. RGB value is (191,101,223). Sum of RGB (Red+Green+Blue) = 191+101+223=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF65DF is #409A20. Grayscale: #8D8D8D. Windows color (decimal): -4233761 or 14640575. OLE color: 14640575.

HSL color Cylindrical-coordinate representation of color #BF65DF: hue angle of 284.26º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF65DF is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191101223-
CMYK0.140.5500.13
HSL284.26º65.59%63.53%-
HSV(B)284.26º54.71%87.45%-
XYZ39.4625.7172.7-
YUV141.82173.82163.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 101 (39.84% from 255) = 19.61%
BLUE value IS 223 (87.5% from 255) = 43.30%
R=37.09%
G=19.61%
B=43.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911012230.140.5500.13284.2665.5963.53
HexBF65DFE370D11c4240
Octal2771453371667015434102100
Binary1011111111001011101111111101101110110110001110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf65df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf65df; }

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

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

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

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

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

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

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

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