#BF64DD

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

Shades of Medium Orchid #BF64DD

Tints of Medium Orchid #BF64DD

Color information

#BF64DD (or 0xBF64DD) is unknown color: approx Medium Orchid. HEX triplet: BF, 64 and DD. RGB value is (191,100,221). Sum of RGB (Red+Green+Blue) = 191+100+221=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64DD is #409B22. Grayscale: #8C8C8C. Windows color (decimal): -4234019 or 14509247. OLE color: 14509247.

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

Color convert

RGB191100221-
CMYK0.140.5500.13
HSL285.12º64.02%62.94%-
HSV(B)285.12º54.75%86.67%-
XYZ39.0925.4171.25-
YUV141173.15163.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 100 (39.45% from 255) = 19.53%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=37.30%
G=19.53%
B=43.16%

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
Decimal1911002210.140.5500.13285.1264.0262.94
HexBF64DDE370D11d403f
Octal277144335166701543510077
Binary101111111100100110111011110110111011011000111011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF64DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF64DD; }

 p { color: rgb(191,100,221); }

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

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

 a { background-color: rgb(191,100,221); }

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

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

 span { border-color: rgb(191,100,221); }

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