#BF64D0

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

Shades of Medium Orchid #BF64D0

Tints of Medium Orchid #BF64D0

Color information

#BF64D0 (or 0xBF64D0) is unknown color: approx Medium Orchid. HEX triplet: BF, 64 and D0. RGB value is (191,100,208). Sum of RGB (Red+Green+Blue) = 191+100+208=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF64D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64D0 is #409B2F. Grayscale: #8B8B8B. Windows color (decimal): -4234032 or 13657279. OLE color: 13657279.

HSL color Cylindrical-coordinate representation of color #BF64D0: hue angle of 290.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF64D0 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191100208-
CMYK0.080.5200.18
HSL290.56º53.47%60.39%-
HSV(B)290.56º51.92%81.57%-
XYZ37.4324.7462.48-
YUV139.52166.65164.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 100 (39.45% from 255) = 20.04%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=38.28%
G=20.04%
B=41.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911002080.080.5200.18290.5653.4760.39
HexBF64D0834012123353c
Octal27714432010640224436574
Binary101111111100100110100001000110100010010100100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF64D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF64D0; }

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

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

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

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

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

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

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

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