#BF62DF

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

Shades of Medium Orchid #BF62DF

Tints of Medium Orchid #BF62DF

Color information

#BF62DF (or 0xBF62DF) is unknown color: approx Medium Orchid. HEX triplet: BF, 62 and DF. RGB value is (191,98,223). Sum of RGB (Red+Green+Blue) = 191+98+223=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF62DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62DF is #409D20. Grayscale: #8B8B8B. Windows color (decimal): -4234529 or 14639807. OLE color: 14639807.

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

Color convert

RGB19198223-
CMYK0.140.5600.13
HSL284.64º66.14%62.94%-
HSV(B)284.64º56.05%87.45%-
XYZ39.1725.1472.6-
YUV140.06174.81164.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 98 (38.67% from 255) = 19.14%
BLUE value IS 223 (87.5% from 255) = 43.55%
R=37.30%
G=19.14%
B=43.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191982230.140.5600.13284.6466.1462.94
HexBF62DFE380D11d423f
Octal277142337167001543510277
Binary101111111100010110111111110111000011011000111011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF62DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF62DF; }

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

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

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

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

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

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

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

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